Skip to content

Commit

Permalink
spotify: remove hardcoded ip for ap-gew4.spotify.com (hifiberry#577)
Browse files Browse the repository at this point in the history
IP address seems to have changed and this now causes issues, I've no idea why
it should be hardcoded in the first place but was done with commit:
e2faba2

Signed-off-by: Brendan Le Foll <[email protected]>
  • Loading branch information
arfoll authored and LarsGrootkarzijn committed Oct 11, 2024
1 parent d0d9915 commit 04ebbcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion buildroot/package/spotifyd/spotify.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
Environment=SPOTIFYD_CLIENT_ID=9223bb6a6d924c8da9b02519d03c987a
ExecStartPre=/opt/hifiberry/bin/bootmsg "Starting Spotify"
ExecStartPre=/opt/hifiberry/bin/store-volume /tmp/spotifyvol
ExecStartPre=/opt/hifiberry/bin/set-host-ip ap-gew4.spotify.com 104.199.65.124
ExecStart=/opt/hifiberry/bin/spotify-start
ExecStartPost=sleep 1
ExecStartPost=/opt/hifiberry/bin/restore-volume /tmp/spotifyvol
Expand Down
1 change: 0 additions & 1 deletion buildroot/package/vollibrespot/vollibrespot.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ConditionPathExists=!/custom/service/spotify.disable
Type=simple
ExecStartPre=/opt/hifiberry/bin/bootmsg "Starting Vollibrespot"
ExecStartPre=/opt/hifiberry/bin/store-volume /tmp/spotifyvol
ExecStartPre=/opt/hifiberry/bin/set-host-ip ap-gew4.spotify.com 104.199.65.124
ExecStart=/usr/bin/vollibrespot -c /etc/vollibrespot.conf
ExecStartPost=sleep 1
ExecStartPost=/opt/hifiberry/bin/restore-volume /tmp/spotifyvol
Expand Down

0 comments on commit 04ebbcb

Please sign in to comment.