mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
Fix changing annot not updating in IndexedDB
This commit is contained in:
parent
607fc44919
commit
b93da5d3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ def annotations_synced(self, amap):
|
|||
library_id = self.base_url_data.library_id
|
||||
book_id = self.base_url_data.book_id
|
||||
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
|
||||
def url_data(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue