mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6755 (Time Magazine does not work)
This commit is contained in:
parent
3706c371fb
commit
74a63ac46f
@ -1105,6 +1105,7 @@ class OPFCreator(MetaInformation):
|
||||
spine.set('toc', 'ncx')
|
||||
if self.spine is not None:
|
||||
for ref in self.spine:
|
||||
if ref.id is not None:
|
||||
spine.append(E.itemref(idref=ref.id))
|
||||
guide = E.guide()
|
||||
if self.guide is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user