From 7bf6554cdc8031662795132dbedcf35dbe97debe Mon Sep 17 00:00:00 2001 From: wordofglass Date: Sat, 25 Jun 2016 21:57:10 +0200 Subject: [PATCH] fetchart: update changelog --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4cd44372d..b01af1495 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ---------------------