mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
merge
This commit is contained in:
commit
ce190fbe3b
1 changed files with 2 additions and 3 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue