mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
4fbc6e88d2
commit
fe7f957ab2
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ def update_annotations(ctx, rd, library_id, book_id, fmt):
|
|||
if val:
|
||||
alist.extend(val)
|
||||
db.merge_annotations_for_book(book_id, fmt, alist, user_type='web', user=user)
|
||||
return b''
|
||||
|
||||
|
||||
mathjax_lock = Lock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue