diff --git a/docs/changelog.rst b/docs/changelog.rst index 0017b98a2..e8a2717c5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,9 @@ Changelog New features: -* :doc:`plugins/fetchart`: Added new ``high_resolution`` config option to +* :doc:`plugins/fetchart`: Added a new ``high_resolution`` config option to allow downloading of higher resolution iTunes artwork (at the expense of - file size) + file size). :bug: `3391` * :doc:`plugins/discogs` now adds two extra fields: `discogs_labelid` and `discogs_artistid` diff --git a/docs/plugins/fetchart.rst b/docs/plugins/fetchart.rst index c4ce189c7..68212a582 100644 --- a/docs/plugins/fetchart.rst +++ b/docs/plugins/fetchart.rst @@ -68,7 +68,7 @@ file. The available options are: flexible tag named ``art_source``. See below for the rationale behind this. Default: ``no``. - **high_resolution**: If enabled, fetchart retrieves artwork in the highest - resolution it can find (Warning: image files can sometimes reach >20MB) + resolution it can find (warning: image files can sometimes reach >20MB). Default: ``no``. Note: ``maxwidth`` and ``enforce_ratio`` options require either `ImageMagick`_