Skip to content

Commit

Permalink
[Maintenance] Remove references to DEEZER_CREDENTIALS_FILE #359 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Dec 29, 2023
1 parent b1fff44 commit eed3742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions app/bin/run-upmpdcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" ||
Expand Down
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit eed3742

Please sign in to comment.