diff --git a/beetsplug/convert.py b/beetsplug/convert.py index de2fdf10c..f7c57c225 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -84,9 +84,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']: