mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
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
|
||||
parser = clementine.PlaylistParser(clementine.library)
|
||||
songs = parser.Load(reply)
|
||||
songs = parser.LoadFromDevice(reply)
|
||||
|
||||
# Failed to get the playlist?
|
||||
if len(songs) == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user