mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Merge pull request #3054 from discopatrick/2704-lastgenre-force
WIP: Remove `default` arg for `lastgenre --force` flag
This commit is contained in:
commit
63b7ede4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
lastgenre_cmd = ui.Subcommand('lastgenre', help=u'fetch genres')
|
||||
lastgenre_cmd.parser.add_option(
|
||||
u'-f', u'--force', dest='force',
|
||||
action='store_true', default=False,
|
||||
action='store_true',
|
||||
help=u're-download genre when already present'
|
||||
)
|
||||
lastgenre_cmd.parser.add_option(
|
||||
|
|
|
|||
Loading…
Reference in a new issue