diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 39d0ca0f4..10f179afc 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -119,6 +119,7 @@ class EmbedCoverArtPlugin(BeetsPlugin): with open('temp.jpg', 'wb') as f: f.write(response.content) opts.file = 'temp.jpg' + items = lib.items(decargs(args)) # Confirm with user. if not opts.yes and not _confirm(items, not opts.url): return