mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Remove unrelated commits
This commit is contained in:
parent
ec9ab3a045
commit
27a50ce364
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue