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:
2026-07-01 07:24:50 -07:00
parent 131aa9d698
commit b2e44369a9
+1 -1
View File
@@ -39,5 +39,5 @@ CMD ["librespot", \
"--name", "Klubhaus", \
"--backend", "pulseaudio", \
"--bitrate", "320", \
"--enable-audio-cache", \
"--initial-volume", "100", \
"--cache", "/var/cache/librespot"]