Update URL for spotify-public-proxy
This commit is contained in:
parent
0ea956d798
commit
8e0baa3712
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{{ $user := default .Site.Data.social.accounts.spotify.username .Params.user }}
|
{{ $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 }}
|
||||||
|
|
||||||
<div class="playlist">
|
<div class="playlist">
|
||||||
<h3>
|
<h3>
|
||||||
|
|
Loading…
Reference in a new issue