mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
5206011a4d
commit
55bbc9986d
@ -169,7 +169,8 @@ class EbookIterator(BookmarksMixin):
|
|||||||
start += s.pages
|
start += s.pages
|
||||||
s.max_page = s.start_page + s.pages - 1
|
s.max_page = s.start_page + s.pages - 1
|
||||||
self.toc = self.opf.toc
|
self.toc = self.opf.toc
|
||||||
create_indexing_data(self.spine, self.toc)
|
if read_anchor_map:
|
||||||
|
create_indexing_data(self.spine, self.toc)
|
||||||
|
|
||||||
self.read_bookmarks()
|
self.read_bookmarks()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user