From aad0449f56d39c3a0ae352bfbaebba4c7d2719ad Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Tue, 22 Oct 2013 00:05:02 +0200 Subject: [PATCH] ensure command-line --keys is also respected --- beetsplug/duplicates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/duplicates.py b/beetsplug/duplicates.py index 90f0d9af4..94b4eba8b 100644 --- a/beetsplug/duplicates.py +++ b/beetsplug/duplicates.py @@ -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()