From c5556ff859a2a5076716cf87930e1f967141d271 Mon Sep 17 00:00:00 2001 From: "Graham R. Cobb" Date: Sat, 6 Mar 2021 16:03:37 +0000 Subject: [PATCH] Changelog entry for fixing web include_paths artpath bug #3866 Signed-off-by: Graham R. Cobb --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f31ecfe3..b9020621b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -186,6 +186,9 @@ New features: Fixes: +* :bug:`/plugins/web`: Fixed a small bug which caused album artpath to be + redacted even when ``include_paths`` option is set. + :bug:`3866` * :bug:`/plugins/discogs`: Fixed a bug with ``index_tracks`` options that sometimes caused the index to be discarded. Also remove the extra semicolon that was added when there is no index track.