mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-12 07:41:47 +02:00
Add deprecation notice
This commit is contained in:
parent
23107d62f9
commit
054706e608
5 changed files with 44 additions and 13 deletions
|
@ -224,7 +224,6 @@ TEST_CASE("JWT")
|
|||
|
||||
TEST_CASE("Uri")
|
||||
{
|
||||
using namespace streamreader;
|
||||
StreamUri uri("pipe:///tmp/snapfifo?name=default&codec=flac");
|
||||
REQUIRE(uri.scheme == "pipe");
|
||||
REQUIRE(uri.path == "/tmp/snapfifo");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue