We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c5e2e commit 3bf6be4Copy full SHA for 3bf6be4
1 file changed
resources/lib/api.py
@@ -250,7 +250,7 @@ def __resolve_playlist(self, station):
250
self.log('__resolve_playlist started with station=%s'
251
% station['id'])
252
servers = []
253
- stream_url = station['streamURL']
+ stream_url = station['streamUrl']
254
if stream_url.lower().endswith('m3u'):
255
response = self.__urlopen(stream_url)
256
self.log('__resolve_playlist found .m3u file')
0 commit comments