Change spotify proxy link to heroku
This commit is contained in:
parent
952d96f8ea
commit
0401ee2cf5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{ $user := .Get 0 }}
|
{{ $user := .Get 0 }}
|
||||||
{{ $playlist_id := .Get 1 }}
|
{{ $playlist_id := .Get 1 }}
|
||||||
|
|
||||||
{{ $playlist := getJSON "http://spotify-public-proxy.theorangeone.net/v1/users/" $user "/playlists/" $playlist_id }}
|
{{ $playlist := getJSON "https://spotify-public-proxy.herokuapp.com/v1/users/" $user "/playlists/" $playlist_id }}
|
||||||
|
|
||||||
<div class="playlist">
|
<div class="playlist">
|
||||||
<a href="{{ $playlist.external_urls.spotify }}">
|
<a href="{{ $playlist.external_urls.spotify }}">
|
||||||
|
|
Loading…
Reference in a new issue