diff --git a/app/bin/run-upmpdcli.sh b/app/bin/run-upmpdcli.sh index 0c87c1e..16b52e2 100644 --- a/app/bin/run-upmpdcli.sh +++ b/app/bin/run-upmpdcli.sh @@ -401,6 +401,7 @@ if [ "${RADIO_BROWSER_ENABLE^^}" == "YES" ]; then echo "Enabling Radio Browser"; RADIO_BROWSER_ENABLE=YES sed -i 's/\#radio-browseruser/radio-browseruser/g' $CONFIG_FILE; + sed -i 's/\#radio-browsertitle/radio-browsertitle/g' $CONFIG_FILE fi echo "SUBSONIC_ENABLE=[$SUBSONIC_ENABLE]" diff --git a/doc/change-history.md b/doc/change-history.md index 084d10b..4aaad40 100644 --- a/doc/change-history.md +++ b/doc/change-history.md @@ -2,6 +2,7 @@ Change Date|Major Changes ---|--- +2024-05-14|Set title for Radio Broswer (see issue [#413](https://github.com/GioF71/upmpdcli-docker/issues/413)) 2024-05-14|Set title for Radio Paradise (see issue [#411](https://github.com/GioF71/upmpdcli-docker/issues/411)) 2024-05-14|Switch to ubuntu noble (see issue [#409](https://github.com/GioF71/upmpdcli-docker/issues/409)) 2024-05-13|Set title for Mother Earth Radio (see issue [#407](https://github.com/GioF71/upmpdcli-docker/issues/407))