From 7f48c13dc94c5aa67ca65cc4d009b1c6372a3ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bara?= Date: Sat, 12 Mar 2011 13:35:02 +0000 Subject: [PATCH] fixing broken DI radio --- scripts/digitallyimported-radio/servicebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/digitallyimported-radio/servicebase.py b/scripts/digitallyimported-radio/servicebase.py index edc3596b0..9ec3947b1 100644 --- a/scripts/digitallyimported-radio/servicebase.py +++ b/scripts/digitallyimported-radio/servicebase.py @@ -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: