mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:53:42 +02:00
Fix penultimate cfi being saved on exit
This commit is contained in:
parent
0ce7e45327
commit
d9d20f0310
1 changed files with 1 additions and 1 deletions
|
|
@ -703,8 +703,8 @@ def on_update_cfi(self, data):
|
|||
# type anything into text boxes.
|
||||
# See https://bugs.chromium.org/p/chromium/issues/detail?id=404315
|
||||
return
|
||||
ui_operations.update_url_state(data.replace_history)
|
||||
username = self.update_cfi_data(data)
|
||||
ui_operations.update_url_state(data.replace_history)
|
||||
if username:
|
||||
key = self.book.key
|
||||
lrd = {'device':get_device_uuid(), 'cfi':data.cfi, 'pos_frac':data.progress_frac}
|
||||
|
|
|
|||
Loading…
Reference in a new issue