diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index bd14ad5e9..0a9b3a199 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -120,8 +120,9 @@ 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: pass - else: + if not art: + pass + else: log.debug(u'embedart: media file contained art already {0}'.format( displayable_path(imagepath) ))