From 89f1ae302e15759e9b41eee631a0897529d25f5f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 2 Feb 2013 12:37:28 -0800 Subject: [PATCH] changelog and partial reversion of #87 This pull request made two changes. This commit reverts one of them to make the changes orthogonal. --- beets/autotag/mb.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beets/autotag/mb.py b/beets/autotag/mb.py index f6900a40ec..f3fc6bcb46 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.get('disambiguation') + info.albumdisambig = release['release-group'].get('disambiguation') info.country = release.get('country') info.albumstatus = release.get('status') diff --git a/docs/changelog.rst b/docs/changelog.rst index 6c1f5cdde1..82c7f5f086 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,7 +31,7 @@ Other new stuff: other than the first. * Album listings in the importer UI now show the release medium (CD, Vinyl, - etc.). Thanks to Peter Schnebel. + 3xCD, etc.) as well as the disambiguation string. Thanks to Peter Schnebel. * :doc:`/plugins/mpdupdate`: Sends an update message whenever *anything* in the database changes---not just when importing. Thanks to Dang Mai Hai. * When the importer UI shows a difference in track numbers or durations, they