]> kaliko git repositories - mpd-sima.git/blobdiff - sima/client.py
Fixed some inconsistencies
[mpd-sima.git] / sima / client.py
index 9eae523bd574e209d5e0c7ff8459e532b90d9370..7c0e5a7c365758d1cced6d0b412b88486a6abbc8 100644 (file)
@@ -217,7 +217,7 @@ class PlayerClient(Player):
         # Check against the actual string in artist list
         if artist.orig in self.artists:
             self.log.debug('found exact match for "%s"' % artist)
-            return [artist]
+            return [artist.orig]
         # Then proceed with fuzzy matching if got nothing
         match = get_close_matches(artist.orig, self.artists, 50, 0.73)
         if not match: