1
Fork 0

Change spotify proxy link to heroku

This commit is contained in:
Jake Howard 2018-05-27 15:11:08 +01:00
parent 952d96f8ea
commit 0401ee2cf5
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 }}">