mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Update spotify.py
This commit is contained in:
parent
b64cefb0d0
commit
a28f8835cb
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
return self._handle_response(request_type, url, params=params)
|
||||
elif response.status_code == 404:
|
||||
raise SpotifyAPIError("API Error {0.status_code} for {1} and \
|
||||
params = {2}".format(response, url, params=params))
|
||||
params = {2}".format(response, url, params))
|
||||
else:
|
||||
raise ui.UserError(
|
||||
'{} API error:\n{}\nURL:\n{}\nparams:\n{}'.format(
|
||||
|
|
|
|||
Loading…
Reference in a new issue