mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix changing annot not updating in IndexedDB
This commit is contained in:
parent
607fc44919
commit
b93da5d3b8
@ -220,7 +220,7 @@ class ReadUI:
|
|||||||
library_id = self.base_url_data.library_id
|
library_id = self.base_url_data.library_id
|
||||||
book_id = self.base_url_data.book_id
|
book_id = self.base_url_data.book_id
|
||||||
fmt = self.base_url_data.fmt
|
fmt = self.base_url_data.fmt
|
||||||
self.db.update_annotations_data_from_key(library_id, book_id, fmt, amap)
|
self.db.update_annotations_data_from_key(library_id, book_id, fmt, {'annotations_map': amap})
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def url_data(self):
|
def url_data(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user