From 7dd9137f924f8efa9c51e11051768da795865f5c Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 29 Apr 2023 13:31:18 -0400 Subject: [PATCH] Update fetchart.py --- beetsplug/fetchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 36ae910ad..39a549403 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -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)