This commit is contained in:
Kovid Goyal 2020-07-06 09:31:10 +05:30
parent 4fbc6e88d2
commit fe7f957ab2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()