diff --git a/beets/autotag/mb.py b/beets/autotag/mb.py index f3fc6bcb4..f6900a40e 100644 --- a/beets/autotag/mb.py +++ b/beets/autotag/mb.py @@ -188,7 +188,7 @@ def album_info(release): info.va = info.artist_id == VARIOUS_ARTISTS_ID info.asin = release.get('asin') info.releasegroup_id = release['release-group']['id'] - info.albumdisambig = release['release-group'].get('disambiguation') + info.albumdisambig = release.get('disambiguation') info.country = release.get('country') info.albumstatus = release.get('status')