mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
discogs: add changelog for #2318, fix typo
This commit is contained in:
parent
0a9cb1fd3d
commit
072e6de3ae
2 changed files with 3 additions and 1 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue