From 8793bb0882fa60c339470839ed72cf436627672e Mon Sep 17 00:00:00 2001 From: waweic Date: Tue, 27 Feb 2018 22:37:05 +0100 Subject: [PATCH] Update changelog.rst Add the changelog entry --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a4dfd2cb4..26de4dfaa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -71,6 +71,10 @@ Fixes: * :doc:`/plugins/web`: The time display in the web interface would incorrectly jump at the 30-second mark of every minute. Now, it correctly changes over at zero seconds. :bug:`2822` +* :doc:`/plugins/web`: In a python 3 enviroment, the function to fetch the + album art would not work and throw an exception. It now works as expected. + Additionally, the server will now return a 404 response when the album id + is unknown, instead of a 500 response and a thrown exception. :bug:`2823` For developers: