From 0401ee2cf5238e7f006f49cedff9331ee8cb5a27 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 May 2018 15:11:08 +0100 Subject: [PATCH] Change spotify proxy link to heroku --- layouts/shortcodes/spotify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/spotify.html b/layouts/shortcodes/spotify.html index 371c2c9..0001cf0 100644 --- a/layouts/shortcodes/spotify.html +++ b/layouts/shortcodes/spotify.html @@ -1,7 +1,7 @@ {{ $user := .Get 0 }} {{ $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 }}