opportunistic cleanup

This commit is contained in:
Adrian Sampson 2013-11-25 15:52:34 -08:00
parent d7d1f1f78c
commit 2e46a6f067

View file

@ -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))