mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 13:36:18 +02:00
Tweak Airplay (#1102)
Signed-off-by: Christian König <ckoenig@posteo.de> Co-authored-by: Johannes Pohl <johannes.pohl@badaix.de>
This commit is contained in:
parent
089db110d6
commit
abe6dea35a
3 changed files with 4 additions and 3 deletions
|
@ -58,7 +58,7 @@ AirplayStream::AirplayStream(PcmStream::Listener* pcmListener, boost::asio::io_c
|
|||
string devicename = uri_.getQuery("devicename", "Snapcast");
|
||||
string password = uri_.getQuery("password", "");
|
||||
|
||||
params_wo_port_ = "\"--name=" + devicename + "\" --output=stdout --use-stderr --get-coverart";
|
||||
params_wo_port_ = "\"--name=" + devicename + "\" --output=stdout --get-coverart";
|
||||
if (!password.empty())
|
||||
params_wo_port_ += " --password \"" + password + "\"";
|
||||
if (!params_.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue