fixing broken DI radio
This commit is contained in:
parent
e25e9efffc
commit
7f48c13dc9
@ -177,7 +177,7 @@ class DigitallyImportedServiceBase(clementine.RadioService):
|
|||||||
|
|
||||||
# Try to parse the playlist
|
# Try to parse the playlist
|
||||||
parser = clementine.PlaylistParser(clementine.library)
|
parser = clementine.PlaylistParser(clementine.library)
|
||||||
songs = parser.Load(reply)
|
songs = parser.LoadFromDevice(reply)
|
||||||
|
|
||||||
# Failed to get the playlist?
|
# Failed to get the playlist?
|
||||||
if len(songs) == 0:
|
if len(songs) == 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user