mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Update changelog.rst
Add the changelog entry
This commit is contained in:
parent
b94227a53d
commit
8793bb0882
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue