We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db1530 commit 7bf6554Copy full SHA for 7bf6554
docs/changelog.rst
@@ -40,9 +40,9 @@ Fixes:
40
* Fix a crash when specifying non-ASCII format strings on the command line
41
with the ``-f`` option to many commands. :bug:`2063`
42
* :doc:`/plugins/fetchart`: Determine the file extension for downloaded images
43
- based on the ``Content-Type`` header instead of hardcoding it to .jpg.
44
- Reported in :bug:`2053`, which for now it does not fix due to
45
- 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`
46
47
1.3.18 (May 31, 2016)
48
---------------------
0 commit comments