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