mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4374e16bc8
commit
5bac908670
@ -377,6 +377,7 @@ class KF8Writer(object):
|
|||||||
_('Unknown'), ref.type, (pos, fid)))
|
_('Unknown'), ref.type, (pos, fid)))
|
||||||
|
|
||||||
if self.guide_table:
|
if self.guide_table:
|
||||||
|
self.guide_table.sort(key=lambda x:x.type)
|
||||||
self.guide_records = GuideIndex(self.guide_table)()
|
self.guide_records = GuideIndex(self.guide_table)()
|
||||||
|
|
||||||
def create_kf8_book(oeb, opts, resources):
|
def create_kf8_book(oeb, opts, resources):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user