File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ Just be careful to use the tag you have built.
346346
347347Change Date|Major Changes
348348---|---
349+ 2024-03-07|Fix switch for normalisation pregain (see [ #81 ] ( https://github.com/GioF71/librespot-docker/issues/77 ) )
3493502023-12-20|Support docker --user mode (see [ #77 ] ( https://github.com/GioF71/librespot-docker/issues/77 ) )
3503512023-10-06|Change ownership of volumes (see [ #75 ] ( https://github.com/GioF71/librespot-docker/issues/75 ) )
3513522023-09-05|Clean Dockerfile (see [ #73 ] ( https://github.com/GioF71/librespot-docker/issues/73 ) )
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ if [ -n "$NORMALISATION_GAIN_TYPE" ]; then
216216fi
217217
218218if [ -n " $NORMALISATION_PREGAIN " ]; then
219- CMD_LINE=" $CMD_LINE --normalisation-pre-gain $NORMALISATION_PREGAIN "
219+ CMD_LINE=" $CMD_LINE --normalisation-pregain $NORMALISATION_PREGAIN "
220220fi
221221
222222if [ -n " $NORMALISATION_THRESHOLD " ]; then
You can’t perform that action at this time.
0 commit comments