From 27a50ce364bb27b4814b8189a56d408e9c3ebc5a Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 2 May 2023 09:39:59 -0400 Subject: [PATCH] Remove unrelated commits --- beetsplug/fetchart.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 869b5be8a..218531c7b 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -956,9 +956,6 @@ class Spotify(RemoteArtSource): return HAS_BEAUTIFUL_SOUP def get(self, album, plugin, paths): - if not len(album.mb_albumid) == 22: - self._log.debug("Invalid Spotify album_id: {}", album.mb_albumid) - return url = self.SPOTIFY_ALBUM_URL + album.mb_albumid try: response = requests.get(url)