mirror of
https://github.com/beetbox/beets.git
synced 2026-03-03 11:49:30 +01:00
Update embedart.py
This commit is contained in:
parent
4dd165495f
commit
81835b0721
1 changed files with 2 additions and 0 deletions
|
|
@ -82,8 +82,10 @@ class EmbedCoverArtPlugin(BeetsPlugin):
|
|||
)
|
||||
embed_cmd.parser.add_option('-f', '--file', metavar='PATH',
|
||||
help='the image file to embed')
|
||||
|
||||
embed_cmd.parser.add_option("-y", "--yes", action="store_true",
|
||||
help="skip confirmation")
|
||||
|
||||
embed_cmd.parser.add_option('-u', '--url', action="store_true",
|
||||
help='the URL of the image file to embed')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue