diff --git a/src/calibre/ebooks/mobi/output.py b/src/calibre/ebooks/mobi/output.py index e71c4ce680..398854cab3 100644 --- a/src/calibre/ebooks/mobi/output.py +++ b/src/calibre/ebooks/mobi/output.py @@ -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'