File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ Just be careful to use the tag you have built.
311311
312312Change Date|Major Changes
313313---|---
314+ 2025-03-27|Fix autoplay (see [ #122 ] ( https://github.com/GioF71/librespot-docker/issues/122 ) )
3143152025-01-27|Build latest tag v0.6.0 instead of default branch
3153162025-01-26|Added curl to the runtime dependencies (see [ #113 ] ( https://github.com/GioF71/librespot-docker/issues/113 ) )
3163172025-01-03|Restored arm/v7 build
Original file line number Diff line number Diff line change @@ -294,7 +294,9 @@ if [ -n "$VOLUME_RANGE" ]; then
294294fi
295295
296296if [ " ${AUTOPLAY^^} " = " Y" ]; then
297- CMD_LINE=" $CMD_LINE --autoplay"
297+ CMD_LINE=" $CMD_LINE --autoplay=on"
298+ elif [ " ${AUTOPLAY^^} " = " N" ]; then
299+ CMD_LINE=" $CMD_LINE --autoplay=off"
298300fi
299301
300302if [ " ${DISABLE_GAPLESS^^} " = " Y" ]; then
You can’t perform that action at this time.
0 commit comments