mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
fetchart: update changelog
This commit is contained in:
parent
2db1530ef8
commit
7bf6554cdc
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ Fixes:
|
|||
* Fix a crash when specifying non-ASCII format strings on the command line
|
||||
with the ``-f`` option to many commands. :bug:`2063`
|
||||
* :doc:`/plugins/fetchart`: Determine the file extension for downloaded images
|
||||
based on the ``Content-Type`` header instead of hardcoding it to .jpg.
|
||||
Reported in :bug:`2053`, which for now it does not fix due to
|
||||
server-side issues, though.
|
||||
based on the image's magic bytes and warn if result is not consistent with
|
||||
the server-supplied ``Content-Type`` header instead of
|
||||
hardcoding it to .jpg. :bug:`2053`
|
||||
|
||||
1.3.18 (May 31, 2016)
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue