Fix Sonos playing Sveriges Radio (#13401)

pull/13425/head
Anders Melchiorsen 2018-03-23 18:09:18 +01:00 committed by Fabian Affolter
parent 79c9d3ba10
commit 5ec6f25d4e
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ def _is_radio_uri(uri):
"""Return whether the URI is a radio stream."""
radio_schemes = (
'x-rincon-mp3radio:', 'x-sonosapi-stream:', 'x-sonosapi-radio:',
'hls-radio:')
'x-sonosapi-hls:', 'hls-radio:')
return uri.startswith(radio_schemes)