mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b21cf64e79
commit
6144ce34d6
@ -311,8 +311,7 @@ class MobiWriter(object):
|
||||
elif self.indexer.is_periodical:
|
||||
# If you change this, remember to change the cdetype in the EXTH
|
||||
# header as well
|
||||
bt = {'newspaper':0x101}.get(self.publication_type, 0x103)
|
||||
|
||||
bt = 0x103 if self.indexer.is_flat_periodical else 0x101
|
||||
|
||||
exth = self.build_exth(bt)
|
||||
first_image_record = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user