discogs: add changelog for #2318, fix typo

This commit is contained in:
Diego M. Rodriguez 2016-12-30 10:17:53 +01:00
parent 0a9cb1fd3d
commit 072e6de3ae
No known key found for this signature in database
GPG key ID: 7DFAF18D8415B8F9
2 changed files with 3 additions and 1 deletions

View file

@ -367,7 +367,7 @@ class DiscogsPlugin(BeetsPlugin):
tracklist[-1]['position'] = position
else:
# Promote the subtracks to real tracks, discarding the
# index track, assumeing the subtracks are physical tracks.
# index track, assuming the subtracks are physical tracks.
index_track = tracklist.pop()
# Fix artists when they are specified on the index track.
if index_track.get('artists'):

View file

@ -25,6 +25,8 @@ Fixes:
* :doc:`/plugins/bpd`: Fix a crash on non-ASCII MPD commands. :bug:`2332`
* :doc:`/plugins/scrub`: Avoid a crash when files cannot be read or written.
:bug:`2351`
* :doc:`/plugins/discogs`: Improve the handling of releases that contain
subtracks. :bug:`2318`
For plugin developers: new importer prompt choices (see :ref:`append_prompt_choices`), you can now provide new candidates for the user to consider.