From d4eb3a6b82410b59442cc102376d3d3e6db19228 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 28 Apr 2023 18:05:27 -0400 Subject: [PATCH] Update fetchart.py --- beetsplug/fetchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: