mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
ensure command-line --keys is also respected
This commit is contained in:
parent
3d862d63d5
commit
aad0449f56
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ class DuplicatesPlugin(BeetsPlugin):
|
|||
|
||||
def commands(self):
|
||||
def _dup(lib, opts, args):
|
||||
opts.keys = opts.keys.split(',')
|
||||
self.config.set_args(opts)
|
||||
fmt = self.config['format'].get()
|
||||
count = self.config['count'].get()
|
||||
|
|
|
|||
Loading…
Reference in a new issue