mirror of
https://github.com/beetbox/beets.git
synced 2026-03-02 11:21:01 +01:00
Whoops, take two.
This commit is contained in:
parent
75b62b723f
commit
e06f492f91
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def embed_item(item, imagepath, maxwidth=None, itempath=None,
|
|||
if ifempty:
|
||||
with NamedTemporaryFile(delete=True) as f:
|
||||
art = extract(f.name, item)
|
||||
if not art: continue
|
||||
if not art: pass
|
||||
else:
|
||||
log.debug(u'embedart: media file contained art already {0}'.format(
|
||||
displayable_path(imagepath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue