diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 1a415f254..97584993a 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -89,9 +89,8 @@ def convert_item(lib, dest_dir): dest_item = library.Item.from_path(dest) else: encode(item.path, dest) - dest_item = library.Item.from_path(item.path) - dest_item.path = dest - dest_item.write() + item.path = dest + item.write() artpath = lib.get_album(item).artpath if artpath and conf['embed']: