Skip to content

Commit

Permalink
[sonos] Correct identification of tuneIn started from Alexa (openhab#…
Browse files Browse the repository at this point in the history
…14164)

Contained URL is now HTTPS instead of HTTP before.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and borazslo committed Jan 8, 2023
1 parent fc0b5bb commit 66deb7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 66deb7a

Please sign in to comment.