mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
2012b0f6b4
commit
f17d4ea166
@ -77,6 +77,7 @@ class DB:
|
|||||||
# refer to non-serializable objects like functions.
|
# refer to non-serializable objects like functions.
|
||||||
key = v'[self.interface_data.library_id, book_id, fmt]'
|
key = v'[self.interface_data.library_id, book_id, fmt]'
|
||||||
self.do_op(['books'], key, _('Failed to read from the books database'), def(result):
|
self.do_op(['books'], key, _('Failed to read from the books database'), def(result):
|
||||||
|
# result = None # uncomment this to force book reloading
|
||||||
proceed(result or {
|
proceed(result or {
|
||||||
'key':key,
|
'key':key,
|
||||||
'is_complete':False,
|
'is_complete':False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user