X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;fp=sima%2Flib%2Fwebserv.py;h=cff9d6708ca46836383021b38f9a361617d8d288;hb=c2c435f2d5a6e13d610f91d16764a62ae6cb315a;hp=c05b86d971a2b2a870532b54121f23a2b0ad8c3c;hpb=f206f5e50c1cd9e5d3287c00c740277db485761e;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index c05b86d..cff9d67 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -333,7 +333,7 @@ class WebService(Plugin): if self.ws.ratelimit: self.log.info('{0.name} ratelimit: {0.ratelimit}'.format(self.ws)) for trk in titles: - found = self.player.fuzzy_find_track(artist.name, trk.title) + found = self.player.fuzzy_find_track(artist, trk.title) random.shuffle(found) if found: self.log.debug('{0}'.format(found[0]))