Update beetsplug/deezer.py

Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
Alok Saboo 2024-09-17 13:23:11 -04:00 committed by GitHub
parent afe43dc360
commit 7f74d3db4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 '{}'",