mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[sonos] Correct identification of tuneIn started from Alexa (#14164)
Contained URL is now HTTPS instead of HTTP before. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
d0ad1e684e
commit
6e7afc09a2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user