mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 07:44:38 +01:00
changelog and partial reversion of #87
This pull request made two changes. This commit reverts one of them to make the changes orthogonal.
This commit is contained in:
parent
5f5d3f13c5
commit
89f1ae302e
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue