diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 97584993a..270ec8df4 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -94,7 +94,7 @@ def convert_item(lib, dest_dir): artpath = lib.get_album(item).artpath if artpath and conf['embed']: - _embed(artpath, [dest_item]) + _embed(artpath, [item]) def convert_func(lib, config, opts, args):