mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-15 21:44:00 +01:00
Bug fixes: Hang on disambiguation, various artists defaulting to artist field, sbusers beets changes
This commit is contained in:
@@ -204,7 +204,8 @@ class Item(object):
|
||||
"""
|
||||
f = MediaFile(syspath(self.path))
|
||||
for key in ITEM_KEYS_WRITABLE:
|
||||
setattr(f, key, getattr(self, key))
|
||||
if getattr(self, key): #make sure it has a value before we set it and create blank tags with wrong types
|
||||
setattr(f, key, getattr(self, key))
|
||||
f.save()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user