]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/webserv.py
simadb: More consistent use of albumartist info in fetch_albums_history
[mpd-sima.git] / sima / lib / webserv.py
index 96d63afa000e5abde869054fd247f502b616c4b4..96aacc9653352ff140eab9bd30cb3bdc00206833 100644 (file)
@@ -248,15 +248,6 @@ class WebService(AdvancedPlugin):
             self.log.info(' / '.join(map(str, candidates)))
         return candidates
 
-    def _get_album_history(self, artist):
-        """Retrieve album history"""
-        albums_list = set()
-        for trk in self.get_history(artist=artist.name):
-            if not trk.album:
-                continue
-            albums_list.add(trk.album)
-        return albums_list
-
     def find_album(self, artists):
         """Find albums to queue.
         """
@@ -327,7 +318,7 @@ class WebService(AdvancedPlugin):
             self.log.debug('Found no tracks to queue!')
             return
         for track in self.to_add:
-            self.log.info('%s plugin chose: %s', self.ws.name, trk)
+            self.log.info('%s plugin chose: %s', self.ws.name, track)
 
     def _album(self):
         """Get albums for album queue mode