mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 05:23:05 +01:00
opportunistic cleanup
This commit is contained in:
parent
d7d1f1f78c
commit
2e46a6f067
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ class Item(LibModel):
|
|||
traceback.format_exc())
|
||||
|
||||
for key in ITEM_KEYS_WRITABLE:
|
||||
setattr(f, key, getattr(self, key))
|
||||
setattr(f, key, self[key])
|
||||
|
||||
try:
|
||||
f.save(id3v23=beets.config['id3v23'].get(bool))
|
||||
|
|
|
|||
Loading…
Reference in a new issue