mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 21:38:48 +02:00
controlscript must be located in plugin_dir
This commit is contained in:
parent
be266c07ce
commit
8e9806f35c
13 changed files with 137 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -290,6 +290,9 @@ TEST_CASE("Uri")
|
|||
REQUIRE(uri.query["devicename"] == "Snapcast");
|
||||
REQUIRE(uri.query["bitrate"] == "320");
|
||||
REQUIRE(uri.query["killall"] == "false");
|
||||
REQUIRE(uri.toString().find("spotify:///librespot?") == 0);
|
||||
StreamUri uri_from_str{uri.toString()};
|
||||
// REQUIRE(uri == uri_from_str);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue