mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
Update spotify.py
This commit is contained in:
parent
2490737f61
commit
086de854d1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
time.sleep(int(seconds) + 1)
|
||||
return self._handle_response(request_type, url, params=params)
|
||||
elif 'analysis not found' in response.text:
|
||||
self._log.debug('No analysis found')
|
||||
self._log.debug('No audio analysis found')
|
||||
return None
|
||||
else:
|
||||
raise ui.UserError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue