mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4fbc6e88d2
commit
fe7f957ab2
@ -268,6 +268,7 @@ def update_annotations(ctx, rd, library_id, book_id, fmt):
|
|||||||
if val:
|
if val:
|
||||||
alist.extend(val)
|
alist.extend(val)
|
||||||
db.merge_annotations_for_book(book_id, fmt, alist, user_type='web', user=user)
|
db.merge_annotations_for_book(book_id, fmt, alist, user_type='web', user=user)
|
||||||
|
return b''
|
||||||
|
|
||||||
|
|
||||||
mathjax_lock = Lock()
|
mathjax_lock = Lock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user