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", \
|
"--name", "Klubhaus", \
|
||||||
"--backend", "pulseaudio", \
|
"--backend", "pulseaudio", \
|
||||||
"--bitrate", "320", \
|
"--bitrate", "320", \
|
||||||
"--enable-audio-cache", \
|
"--initial-volume", "100", \
|
||||||
"--cache", "/var/cache/librespot"]
|
"--cache", "/var/cache/librespot"]
|
||||||
|
|||||||
Reference in New Issue
Block a user