From d0ae36ac56a119f6b1715b74d3fa779ca43cc3a2 Mon Sep 17 00:00:00 2001 From: gotson Date: Mon, 31 Mar 2014 12:50:18 +0800 Subject: [PATCH] Request Songkick data over HTTPS, to avoid conflicts when Headphones is running over HTTPS or behind a HTTPS reverse-proxy --- data/interfaces/default/artist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 33c27a6c..cbb60ba1 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -193,7 +193,7 @@ template = '
  • NAMELOC
  • '; - $.getJSON("http://api.songkick.com/api/3.0/artists/mbid:${artist['ArtistID']}/calendar.json?apikey=${headphones.SONGKICK_APIKEY}&jsoncallback=?", + $.getJSON("https://api.songkick.com/api/3.0/artists/mbid:${artist['ArtistID']}/calendar.json?apikey=${headphones.SONGKICK_APIKEY}&jsoncallback=?", function(data){ if (data['resultsPage'].totalEntries >= 1) {