mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
MOBI Output: Remove leading index for multi section periodicals
This commit is contained in:
@@ -104,6 +104,7 @@ class MOBIOutput(OutputFormatPlugin):
|
||||
sections[0].nodes.append(x)
|
||||
else:
|
||||
# multi-section periodical
|
||||
self.oeb.manifest.remove(one)
|
||||
sections = list(toc)
|
||||
for i,x in enumerate(sections):
|
||||
x.klass = 'section'
|
||||
|
||||
Reference in New Issue
Block a user