From 17591c3ffd850105fab024cff088c27756dd2a94 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 29 Apr 2023 13:30:50 -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 8cc57f013..36ae910ad 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.cover_art_url + url = album.item().get().cover_art_url print(url) except ValueError: self._log.debug('Cover art URL not found for {0}', album)