librespot: fix CMD args (--enable-audio-cache is invalid; --initial-volume)
v0.8.0 librespot uses --disable-audio-cache (audio cache is on by default). Renamed and added --initial-volume 100 for full startup volume.
This commit is contained in:
@@ -39,5 +39,5 @@ CMD ["librespot", \
|
||||
"--name", "Klubhaus", \
|
||||
"--backend", "pulseaudio", \
|
||||
"--bitrate", "320", \
|
||||
"--enable-audio-cache", \
|
||||
"--initial-volume", "100", \
|
||||
"--cache", "/var/cache/librespot"]
|
||||
|
||||
Reference in New Issue
Block a user