Skip to content

Commit 4dde8f2

Browse files
authored
Fix normalisation-pregain (#82)
1 parent e2fa3bb commit 4dde8f2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ Just be careful to use the tag you have built.
346346

347347
Change Date|Major Changes
348348
---|---
349+
2024-03-07|Fix switch for normalisation pregain (see [#81](https://github.com/GioF71/librespot-docker/issues/77))
349350
2023-12-20|Support docker --user mode (see [#77](https://github.com/GioF71/librespot-docker/issues/77))
350351
2023-10-06|Change ownership of volumes (see [#75](https://github.com/GioF71/librespot-docker/issues/75))
351352
2023-09-05|Clean Dockerfile (see [#73](https://github.com/GioF71/librespot-docker/issues/73))

app/bin/run-librespot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ if [ -n "$NORMALISATION_GAIN_TYPE" ]; then
216216
fi
217217

218218
if [ -n "$NORMALISATION_PREGAIN" ]; then
219-
CMD_LINE="$CMD_LINE --normalisation-pre-gain $NORMALISATION_PREGAIN"
219+
CMD_LINE="$CMD_LINE --normalisation-pregain $NORMALISATION_PREGAIN"
220220
fi
221221

222222
if [ -n "$NORMALISATION_THRESHOLD" ]; then

0 commit comments

Comments
 (0)