mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
Update embedart.py
This commit is contained in:
parent
feeeb4080c
commit
4dd165495f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class EmbedCoverArtPlugin(BeetsPlugin):
|
|||
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',
|
||||
embed_cmd.parser.add_option('-u', '--url', action="store_true",
|
||||
help='the URL of the image file to embed')
|
||||
|
||||
maxwidth = self.config['maxwidth'].get(int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue