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