mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
Update embedart.py
This commit is contained in:
parent
64c2ae138d
commit
59d5d23bb3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue