diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index bb4d1c7d5..a50f98f01 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -906,7 +906,7 @@ class Spotify(RemoteArtSource): try: response = requests.get(url) response.raise_for_status() - except requests.exceptions.HTTPError as e: + except requests.RequestException as e: self._log.debug("Error: " + str(e)) return try: