diff --git a/beetsplug/duplicates.py b/beetsplug/duplicates.py index 5f42bf487..d17df5f68 100644 --- a/beetsplug/duplicates.py +++ b/beetsplug/duplicates.py @@ -173,7 +173,7 @@ class DuplicatesPlugin(BeetsPlugin): k, v = tag.split('=') except: raise UserError('%s: can\'t parse k=v tag: %s' % (PLUGIN, tag)) - setattr(k, v) + setattr(item, k, v) item.store() print_(format(item, fmt))