Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify: remove hardcoded ip for ap-gew4.spotify.com #575

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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