[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
7608c41484
commit
d5dd3c9ea3
|
@ -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