X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fclient.py;h=7c0e5a7c365758d1cced6d0b412b88486a6abbc8;hb=0264d2f9cea7c5e60ac71234ee4f7de78b338850;hp=9eae523bd574e209d5e0c7ff8459e532b90d9370;hpb=a6a2ea116e050cd0f1c3f81a392878bcd22a5960;p=mpd-sima.git diff --git a/sima/client.py b/sima/client.py index 9eae523..7c0e5a7 100644 --- a/sima/client.py +++ b/sima/client.py @@ -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: