mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Change to spotify_album_id
This commit is contained in:
parent
430a75d1ad
commit
0f1add8b02
1 changed files with 1 additions and 1 deletions
|
|
@ -956,7 +956,7 @@ class Spotify(RemoteArtSource):
|
||||||
return HAS_BEAUTIFUL_SOUP
|
return HAS_BEAUTIFUL_SOUP
|
||||||
|
|
||||||
def get(self, album, plugin, paths):
|
def get(self, album, plugin, paths):
|
||||||
url = self.SPOTIFY_ALBUM_URL + album.mb_albumid
|
url = self.SPOTIFY_ALBUM_URL + album.items().get().spotify_album_id
|
||||||
try:
|
try:
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue