mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:12:35 +02:00
...
This commit is contained in:
parent
5821ac063a
commit
562a015f6f
1 changed files with 1 additions and 4 deletions
|
|
@ -1673,10 +1673,7 @@ def clean_string(x):
|
|||
if update_metadata:
|
||||
mi = db.get_metadata(id_, index_is_id=True,
|
||||
get_cover=get_covers)
|
||||
book.smart_update(db.get_metadata(id_,
|
||||
index_is_id=True,
|
||||
get_cover=get_covers),
|
||||
replace_metadata=True)
|
||||
book.smart_update(mi, replace_metadata=True)
|
||||
book.in_library = 'UUID'
|
||||
# ensure that the correct application_id is set
|
||||
book.application_id = id_
|
||||
|
|
|
|||
Loading…
Reference in a new issue