From cc13ad730ce16aa40fbc902ab6782a655b57abd4 Mon Sep 17 00:00:00 2001 From: Hays Clark Date: Wed, 1 Mar 2017 22:48:38 -0800 Subject: [PATCH 1/3] Fixing soundclound typo in comments --- Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.pm b/Plugin.pm index 3ac6c3a..212f4c1 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -79,7 +79,7 @@ sub initPlugin { # Initialize the plugin with the given values. The 'feed' is the first # method called. The available menu entries will be shown in the new - # menu entry 'soundclound'. + # menu entry 'soundcloud'. $class->SUPER::initPlugin( feed => \&toplevel, tag => 'squeezecloud', From 439120ad13c3983aa1c7543bd2f73b58f106ecab Mon Sep 17 00:00:00 2001 From: Hays Clark Date: Wed, 1 Mar 2017 23:04:07 -0800 Subject: [PATCH 2/3] =?UTF-8?q?fixing=20issue:=20#13=20=20-=20working=20ar?= =?UTF-8?q?ound=20API=20connection=20issue=20=20-=20switching=20to=20http?= =?UTF-8?q?=20protocol=20as=20https=20is=20causing=20=E2=80=9CConnect=20ti?= =?UTF-8?q?med=20out:=E2=80=9D=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin.pm b/Plugin.pm index 212f4c1..0d2a83f 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -340,7 +340,7 @@ sub tracksHandler { $log->debug("max: " . $max); $quantity = $max; - my $method = "https"; + my $method = "http"; my $uid = $passDict->{'uid'} || ''; # If this is set to one then the user has provided the API key. This @@ -418,7 +418,7 @@ sub tracksHandler { # top level menu items would not be visible and the search type value # would not have been passed into this method here. if ($authenticated && $prefs->get('apiKey')) { - $method = "https"; + $method = "http"; $params .= "&oauth_token=" . $prefs->get('apiKey'); } else { $params .= "&client_id=$CLIENT_ID"; From 7051f48bd6e03dd70acc56c03c6ff9e80d3c193e Mon Sep 17 00:00:00 2001 From: Hays Clark Date: Wed, 1 Mar 2017 23:09:31 -0800 Subject: [PATCH 3/3] version 0.9.1 --- install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.xml b/install.xml index 267d829..1d894ad 100644 --- a/install.xml +++ b/install.xml @@ -3,7 +3,7 @@ PLUGIN_SQUEEZECLOUD Plugins::SqueezeCloud::Plugin - 0.9.0 + 0.9.1 PLUGIN_SQUEEZECLOUD_DESC plugins/SqueezeCloud/icon.png enabled