Skip to content

Commit

Permalink
changelog and partial reversion of #87
Browse files Browse the repository at this point in the history
This pull request made two changes. This commit reverts one of them to make the
changes orthogonal.
  • Loading branch information
sampsyo committed Feb 2, 2013
1 parent 5f5d3f1 commit 89f1ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beets/autotag/mb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89f1ae3

Please sign in to comment.