X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;h=50d2b81f632072f966526de7a5bde33d56dd537a;hb=5408fdffcba4546fbc9edb15099348bb3e0116f4;hp=c3ecfd62a25abf60fef934f26a8d1c127903a7d9;hpb=3b382720a681467b710c1650a68b708417593415;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index c3ecfd6..50d2b81 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -312,7 +312,7 @@ class WebService(Plugin): albums_not_in_hist = list(albums - albums_yet_in_hist) # Get to next artist if there are no unplayed albums if not albums_not_in_hist: - self.log.info('No album found for "%s"' % artist) + self.log.info('No unplayed album found for "%s"' % artist) continue album_to_queue = str() random.shuffle(albums_not_in_hist)