From c7967ded39f869d05ab3a9737b2270f4e91d6b1a Mon Sep 17 00:00:00 2001 From: Giovanni Fulco Date: Fri, 1 Sep 2023 12:10:56 +0200 Subject: [PATCH] Upsampling settings in quotes (#237) * upsampling settings in quotes * Add changelog entry --- app/bin/run-squeezelite-alsa.sh | 2 +- doc/release.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/bin/run-squeezelite-alsa.sh b/app/bin/run-squeezelite-alsa.sh index e8837e0..dcc59f3 100644 --- a/app/bin/run-squeezelite-alsa.sh +++ b/app/bin/run-squeezelite-alsa.sh @@ -187,7 +187,7 @@ if [ -z "${SQUEEZELITE_UPSAMPLING}" ]; then echo "Variable SQUEEZELITE_UPSAMPLING not specified"; else echo "Variable SQUEEZELITE_UPSAMPLING specified: $SQUEEZELITE_UPSAMPLING"; - CMD_LINE="$CMD_LINE -R $SQUEEZELITE_UPSAMPLING"; + CMD_LINE="$CMD_LINE -R \"$SQUEEZELITE_UPSAMPLING\""; fi if [ -z "${SQUEEZELITE_BUFFER_SIZE}" ]; then diff --git a/doc/release.md b/doc/release.md index 41783f8..56b0657 100644 --- a/doc/release.md +++ b/doc/release.md @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l Date|Type|Description :---|:---|:--- +2023-09-01|Maintenance|Upsampling settings in quotes, see [#236](https://github.com/GioF71/squeezelite-docker/issues/236) 2023-09-01|Maintenance|Rename GitHub workflow, see [#234](https://github.com/GioF71/squeezelite-docker/issues/234) 2023-08-31|Maintenance|Unify GitHub workflows, see [#230](https://github.com/GioF71/squeezelite-docker/issues/230) 2023-07-25|Maintenance|Allow existing docker user, see [#223](https://github.com/GioF71/squeezelite-docker/issues/223)