Update fetchart.rst

This commit is contained in:
Alok Saboo 2023-05-02 09:11:57 -04:00
parent b0540411e1
commit 141c8247d2

View file

@ -269,7 +269,7 @@ Spotify backend is enabled by default and will update album art if a valid Spoti
Cover Art URL
'''''''
The `fetchart` plugin can also use a flexible attribute field `cover_art_url` where you can manually specify the image URL to be used as cover art. Any custom plugin can use this field to provide the cover art and `fetchart` will use it as a source. Just add `cover_art_url` to the list of sources in your configuration to enable this source.
The `fetchart` plugin can also use a flexible attribute field ``cover_art_url`` where you can manually specify the image URL to be used as cover art. Any custom plugin can use this field to provide the cover art and ``fetchart`` will use it as a source. Just add ``cover_art_url`` to the list of sources in your configuration to enable this source.
Storing the Artwork's Source
----------------------------