convert: fix album art embedding

This commit is contained in:
Jakob Schnitzer 2012-10-18 18:35:25 +02:00
parent 0ab3426bd9
commit 58ba4b3d75

View file

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