diff --git a/layouts/_default/spotify.html b/layouts/_default/spotify.html index aa37d74..6b032ac 100644 --- a/layouts/_default/spotify.html +++ b/layouts/_default/spotify.html @@ -5,7 +5,7 @@ {{ $user := default .Site.Data.social.accounts.spotify.username .Params.user }} - {{ $playlist := getJSON "https://spotify-public-proxy.herokuapp.com/v1/users/" $user "/playlists/" .Params.playlist }} + {{ $playlist := getJSON "https://spotify-public-proxy.d.theorangeone.net/v1/users/" $user "/playlists/" .Params.playlist }}