diff --git a/beetsplug/discogs.py b/beetsplug/discogs.py index d69e92913..dbd45ece4 100644 --- a/beetsplug/discogs.py +++ b/beetsplug/discogs.py @@ -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'): diff --git a/docs/changelog.rst b/docs/changelog.rst index e5e027016..74526f940 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.