Update embedart.py

This commit is contained in:
Alok Saboo 2023-03-18 19:00:28 -04:00
parent feeeb4080c
commit 4dd165495f

View file

@ -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)