docs bug fix line added to changelog

This commit is contained in:
Jade Meister 2025-11-12 12:36:24 -05:00
parent 64d28945d6
commit 1ebf49cd76

View file

@ -39,6 +39,11 @@ Bug fixes:
the default config path. :bug:`5652`
- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only
accepted a list of strings). :bug:`5962`
- Fixed a bug where single-track imports using the MusicBrainz plugin failed
to attach album information when the API response included a `release-list`.
The `item_candidates()` function now correctly assigns `album` and `album_id`
from the associated release. :bug: `5886`
For plugin developers: