mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-25 22:17:06 +02:00
Small fixes and reformats
This commit is contained in:
parent
db9079c179
commit
d80c87351c
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ LibrespotStream::LibrespotStream(PcmListener* pcmListener, boost::asio::io_conte
|
|||
if (!cache.empty())
|
||||
params_ += " --cache \"" + cache + "\"";
|
||||
if (!volume.empty())
|
||||
params_ += " --initial-volume \"" + volume + "\"";
|
||||
params_ += " --initial-volume " + volume;
|
||||
if (!onevent.empty())
|
||||
params_ += " --onevent \"" + onevent + "\"";
|
||||
if (normalize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue