Update embedart.py

This commit is contained in:
Alok Saboo 2023-03-18 18:58:32 -04:00
parent f051d67947
commit feeeb4080c

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', metavar='URL',
embed_cmd.parser.add_option('-u', '--url',
help='the URL of the image file to embed')
maxwidth = self.config['maxwidth'].get(int)