From 1ebf49cd76ac7c2cd78ee6ba1f8548081917265e Mon Sep 17 00:00:00 2001 From: Jade Meister Date: Wed, 12 Nov 2025 12:36:24 -0500 Subject: [PATCH] docs bug fix line added to changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e6821327e..586ea5376 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: