From: kaliko Date: Sat, 16 May 2020 09:55:01 +0000 (+0200) Subject: Fixed code smell in webserv/find_top X-Git-Tag: 0.16.0.dev0~2 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=1167ed537fc43affb7d6e068092ff920ea0d308b;p=mpd-sima.git Fixed code smell in webserv/find_top --- diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 734a5f0..078f61d 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -370,6 +370,7 @@ class WebService(Plugin): titles = [t for t in self.ws.get_toptrack(artist)] except WSError as err: self.log.warning('%s: %s', self.ws.name, err) + continue for trk in titles: found = self.player.search_track(artist, trk.title) if found: