diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index b7df9dcf8..d3910523c 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -404,6 +404,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): ) except SpotifyAPIError as e: self._log.debug('Spotify API error: {}', e) + return None response_data = (response .get(query_type + 's', {}) .get('items', [])