Update fetchart.py

This commit is contained in:
Alok Saboo 2023-04-29 13:31:18 -04:00
parent 17591c3ffd
commit 7dd9137f92

View file

@ -837,7 +837,7 @@ class CoverArtUrl(RemoteArtSource):
def get(self, album, plugin, paths):
try:
url = album.item().get().cover_art_url
url = album.items().get().cover_art_url
print(url)
except ValueError:
self._log.debug('Cover art URL not found for {0}', album)