mirror of
https://github.com/beetbox/beets.git
synced 2026-01-26 01:55:35 +01:00
convert: fix album art embedding
This commit is contained in:
parent
0ab3426bd9
commit
58ba4b3d75
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue