mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Update beetsplug/deezer.py
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
afe43dc360
commit
7f74d3db4c
1 changed files with 0 additions and 7 deletions
|
|
@ -293,13 +293,6 @@ class DeezerPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
e,
|
||||
)
|
||||
return None
|
||||
except requests.exceptions.HTTPError as e:
|
||||
self._log.error(
|
||||
"HTTP error fetching data from {} API\n Error: {}",
|
||||
self.data_source,
|
||||
e,
|
||||
)
|
||||
return None
|
||||
response_data = response.json().get("data", [])
|
||||
self._log.debug(
|
||||
"Found {} result(s) from {} for '{}'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue