Skip to content

Commit

Permalink
Upsampling settings in quotes (#237)
Browse files Browse the repository at this point in the history
* upsampling settings in quotes

* Add changelog entry
  • Loading branch information
GioF71 authored Sep 1, 2023
1 parent 742065c commit c7967de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/run-squeezelite-alsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7967de

Please sign in to comment.