mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
fetchart: Fix RG MBID field name (fix #1080)
This commit is contained in:
parent
351026de35
commit
d8211f1d76
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ def caa_art(album):
|
|||
"""
|
||||
if album.mb_albumid:
|
||||
yield CAA_URL.format(mbid=album.mb_albumid)
|
||||
if album.release_group_id:
|
||||
yield CAA_GROUP_URL.format(mbid=album.release_group_id)
|
||||
if album.mb_releasegroupid:
|
||||
yield CAA_GROUP_URL.format(mbid=album.mb_releasegroupid)
|
||||
|
||||
|
||||
# Art from Amazon.
|
||||
|
|
|
|||
Loading…
Reference in a new issue