]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/plugin.py
Releasing 0.17.0
[mpd-sima.git] / sima / lib / plugin.py
index a5db626ef73fa95b2f2130492278ac44978b574d..49cd7f155d9c0ee057e0353aef4e27cf4e28f10f 100644 (file)
@@ -210,11 +210,12 @@ class AdvancedPlugin(Plugin):
                                    album)
                     continue
             album_to_queue = album
+            break
         if not album_to_queue:
             self.log.info('No album found for "%s"', artist)
             return None
-        self.log.info('%s album candidate: %s - %s', self.__class__.__name__,
-                      artist, album_to_queue)
+        self.log.info('%s plugin chose album: %s - %s',
+                      self.__class__.__name__, artist, album_to_queue)
         return album_to_queue
 
     def filter_track(self, tracks, unplayed=False):