From e06f492f9124870f6692ce77ece6374aba40644d Mon Sep 17 00:00:00 2001 From: kerobaros Date: Thu, 23 Oct 2014 15:31:38 -0500 Subject: [PATCH] Whoops, take two. --- beetsplug/embedart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 3ff9cc69d..bd14ad5e9 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -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)