diff --git a/README.md b/README.md index 88596c4..d595861 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Just be careful to use the tag you have built. Change Date|Major Changes ---|--- +2024-03-07|Fix switch for normalisation pregain (see [#81](https://github.com/GioF71/librespot-docker/issues/77)) 2023-12-20|Support docker --user mode (see [#77](https://github.com/GioF71/librespot-docker/issues/77)) 2023-10-06|Change ownership of volumes (see [#75](https://github.com/GioF71/librespot-docker/issues/75)) 2023-09-05|Clean Dockerfile (see [#73](https://github.com/GioF71/librespot-docker/issues/73)) diff --git a/app/bin/run-librespot.sh b/app/bin/run-librespot.sh index 98d9798..301897a 100755 --- a/app/bin/run-librespot.sh +++ b/app/bin/run-librespot.sh @@ -216,7 +216,7 @@ if [ -n "$NORMALISATION_GAIN_TYPE" ]; then fi if [ -n "$NORMALISATION_PREGAIN" ]; then - CMD_LINE="$CMD_LINE --normalisation-pre-gain $NORMALISATION_PREGAIN" + CMD_LINE="$CMD_LINE --normalisation-pregain $NORMALISATION_PREGAIN" fi if [ -n "$NORMALISATION_THRESHOLD" ]; then