]> git.basschouten.com Git - openhab-addons.git/commitdiff
[sonos] Correct identification of tuneIn started from Alexa (#14164)
authorlolodomo <lg.hc@free.fr>
Fri, 6 Jan 2023 15:28:38 +0000 (16:28 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 15:28:38 +0000 (16:28 +0100)
Contained URL is now HTTPS instead of HTTP before.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/handler/ZonePlayerHandler.java

index d67edfa98f8f6827913dd8f9f9a85d9f40e6e0f8..b6a1912882d0dd69d274bcbb2d5f960cea02c001 100644 (file)
@@ -93,7 +93,7 @@ public class ZonePlayerHandler extends BaseThingHandler implements UpnpIOPartici
     private static final String RADIO_URI = "x-sonosapi-radio:";
     private static final String RADIO_MP3_URI = "x-rincon-mp3radio:";
     private static final String RADIOAPP_URI = "x-sonosapi-hls:radioapp_";
-    private static final String OPML_TUNE = "http://opml.radiotime.com/Tune.ashx";
+    private static final String OPML_TUNE = "://opml.radiotime.com/Tune.ashx";
     private static final String FILE_URI = "x-file-cifs:";
     private static final String SPDIF = ":spdif";
     private static final String TUNEIN_URI = "x-sonosapi-stream:s%s?sid=%s&flags=32";