mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Response to merge review.
3) Fixed.
This commit is contained in:
parent
8a3ca41c0b
commit
4f43a7fa8f
@ -153,7 +153,7 @@ class EbookIterator(BookmarksMixin):
|
|||||||
mime_type='application/xhtml+xml')]
|
mime_type='application/xhtml+xml')]
|
||||||
self.delete_on_exit.append(cfile)
|
self.delete_on_exit.append(cfile)
|
||||||
elif self.exclude_cover:
|
elif self.exclude_cover:
|
||||||
self.spine.remove(self.spine[0])
|
self.spine.remove(cover)
|
||||||
|
|
||||||
if self.opf.path_to_html_toc is not None and \
|
if self.opf.path_to_html_toc is not None and \
|
||||||
self.opf.path_to_html_toc not in self.spine:
|
self.opf.path_to_html_toc not in self.spine:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user