diff --git a/app/bin/run-upmpdcli.sh b/app/bin/run-upmpdcli.sh index eba76a5..380764f 100644 --- a/app/bin/run-upmpdcli.sh +++ b/app/bin/run-upmpdcli.sh @@ -142,15 +142,6 @@ else echo "File $QOBUZ_CREDENTIALS_FILE not found." fi -if [ -f "$DEEZER_CREDENTIALS_FILE" ]; then - echo "Reading $DEEZER_CREDENTIALS_FILE" - read_file $DEEZER_CREDENTIALS_FILE - DEEZER_USERNAME=$(get_value "DEEZER_USERNAME" $PARAMETER_PRIORITY) - DEEZER_PASSWORD=$(get_value "DEEZER_PASSWORD" $PARAMETER_PRIORITY) -else - echo "File $DEEZER_CREDENTIALS_FILE not found." -fi - if [ -f "$HRA_CREDENTIALS_FILE" ]; then echo "Reading $HRA_CREDENTIALS_FILE" read_file $HRA_CREDENTIALS_FILE @@ -308,7 +299,6 @@ if [[ "${UPRCL_ENABLE^^}" == "YES" || "${SUBSONIC_ENABLE^^}" == "YES" || "${TIDAL_ENABLE^^}" == "YES" || "${HRA_ENABLE^^}" == "YES" || - "${DEEZER_ENABLE^^}" == "YES" || "${HRA_ENABLE^^}" == "YES" || "${RADIO_PARADISE_ENABLE^^}" == "YES" || "${MOTHER_EARTH_RADIO_ENABLE^^}" == "YES" || diff --git a/doc/change-history.md b/doc/change-history.md index 79a5798..1d0da6a 100644 --- a/doc/change-history.md +++ b/doc/change-history.md @@ -2,6 +2,7 @@ Change Date|Major Changes ---|--- +2023-12-29|Removed last references to deezer (see [#359](https://github.com/GioF71/upmpdcli-docker/issues/359)) 2023-12-29|Support running as user with `--user` (see [#358](https://github.com/GioF71/upmpdcli-docker/issues/358)) 2023-12-19|Default naming of oh renderer (see [#356](https://github.com/GioF71/upmpdcli-docker/issues/356)) 2023-12-16|Dropped support for Deezer (see [#353](https://github.com/GioF71/upmpdcli-docker/issues/353))