1
0
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:
Paweł Bara 2011-03-12 13:35:02 +00:00
parent e25e9efffc
commit 7f48c13dc9

View File

@ -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: