mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
parent
c617033476
commit
269d0e5403
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin):
|
|||
fetchart CLI command.
|
||||
"""
|
||||
for album in albums:
|
||||
if album.artpath and not force:
|
||||
if album.artpath and not force and os.path.isfile(album.artpath):
|
||||
message = ui.colorize('text_highlight_minor', 'has album art')
|
||||
else:
|
||||
# In ordinary invocations, look for images on the
|
||||
|
|
|
|||
Loading…
Reference in a new issue