mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
fix typo during tagging: option -t now actually works
This commit is contained in:
parent
6be98b0a36
commit
684f4deadc
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue