mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 00:02:20 +01:00
Update spotify.py
This commit is contained in:
parent
4e63c8893b
commit
85e58d48a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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', [])
|
||||
|
|
|
|||
Loading…
Reference in a new issue