Skip to content

Commit 3bf6be4

Browse files
committed
Fix m3u playlists; rockabillo
1 parent f5c5e2e commit 3bf6be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/lib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def __resolve_playlist(self, station):
250250
self.log('__resolve_playlist started with station=%s'
251251
% station['id'])
252252
servers = []
253-
stream_url = station['streamURL']
253+
stream_url = station['streamUrl']
254254
if stream_url.lower().endswith('m3u'):
255255
response = self.__urlopen(stream_url)
256256
self.log('__resolve_playlist found .m3u file')

0 commit comments

Comments
 (0)