From d8211f1d766d1507f5aac90ca230deb442cd2856 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 12 Nov 2014 20:56:18 -0800 Subject: [PATCH] fetchart: Fix RG MBID field name (fix #1080) --- beetsplug/fetchart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index e2a409ad6..728ab83a2 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -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.