summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0J0 Todos <jojo@peek-a-boo.at>2023-12-11 11:01:54 +0100
committerJ0J0 Todos <jojo@peek-a-boo.at>2023-12-11 11:01:54 +0100
commitc1a232ec7be13f710fa764d39e13483b093fad9a (patch)
tree1f838c3c11ed3d62d04c1abb9fdd9002ed29adfa
parent0604aeadc1d4fd77d3df64b6f14d4c43a21a2294 (diff)
Fix some changelog entries
-rw-r--r--docs/changelog.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 74b925e21..5b074f592 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -268,8 +268,10 @@ Bug fixes:
:bug:`4822`
* Fix bug where an interrupted import process poisons the database, causing
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`
+ :bug:`4906`
+* :doc:`/plugins/discogs`: Fix bug where empty artist and title fields would
+ return None instead of an empty list.
+ :bug:`4973`
* Fix bug regarding displaying tracks that have been changed not being
displayed unless the detail configuration is enabled.