mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Update fetchart.py
This commit is contained in:
parent
17591c3ffd
commit
7dd9137f92
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue