diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 8d8862e8b..ef7407b36 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -297,7 +297,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): album = track_data['album']['name'] except KeyError: album = None - pass return TrackInfo( title=track_data['name'], track_id=track_data['id'],