From c8966e54292fb9b6d9ae53c5f37fc54aa9785da9 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 2 Nov 2023 17:55:00 +0100 Subject: [PATCH] Add changelog for #4982 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 728605d811..8820078bfb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -261,6 +261,11 @@ Bug fixes: a null path that can't be removed. * Fix bug where empty artist and title fields would return None instead of an empty list in the discord plugin. :bug:`4973` +* :doc:`/plugins/lastgenre`: Fix issue where setting ``force:no`` overwrites + comma-separated multi-genres anyway; Fix issue where setting ``source: + track`` falls back to using the album's genre, thus preventing fetching + track-agnostic genres at all. + :bug:`4982` For packagers: