mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
Change librespot "killall" default to false
This commit is contained in:
parent
c0e291635c
commit
7241a97348
3 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ LibrespotStream::LibrespotStream(PcmListener* pcmListener, boost::asio::io_conte
|
|||
string onevent = uri_.getQuery("onevent", "");
|
||||
bool normalize = (uri_.getQuery("normalize", "false") == "true");
|
||||
bool autoplay = (uri_.getQuery("autoplay", "false") == "true");
|
||||
killall_ = (uri_.getQuery("killall", "true") == "true");
|
||||
killall_ = (uri_.getQuery("killall", "false") == "true");
|
||||
|
||||
if (username.empty() != password.empty())
|
||||
throw SnapException("missing parameter \"username\" or \"password\" (must provide both, or neither)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue