]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/webserv.py
New option to disable use of mbid
[mpd-sima.git] / sima / lib / webserv.py
index 36b364ff5abd742ea5b619baa7ac6f85752cceca..7609da765b5f7f820007590ef2b249ecb1df1662 100644 (file)
@@ -226,6 +226,7 @@ class WebService(Plugin):
             return []
         tolookfor = self.player.playlist[-1].Artist
         self.log.info('Looking for artist similar to "{}"'.format(tolookfor))
+        self.log.debug(repr(tolookfor))
         similar = self.ws_similar_artists(tolookfor)
         if not similar:
             self.log.info('Got nothing from {0}!'.format(self.ws.name))