mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
4502569b90
commit
2b23d75f13
@ -969,6 +969,7 @@ class DB:
|
||||
return self.fts.queue_job(book_id, fmt, path, fmt_size, fmt_hash)
|
||||
|
||||
def commit_fts_result(self, book_id, fmt, fmt_size, fmt_hash, text, err_msg):
|
||||
if self.fts is not None:
|
||||
return self.fts.commit_result(book_id, fmt, fmt_size, fmt_hash, text, err_msg)
|
||||
|
||||
def fts_search(self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user