From 8e0baa371293218a82f221afdeff6d58f8c86a7f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 23 Jun 2021 20:50:15 +0100 Subject: [PATCH] Update URL for `spotify-public-proxy` --- layouts/_default/spotify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}