mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kindle driver: Fix cover thumbnails not being uploaded to kindle for kindlegen created MOBI files
This commit is contained in:
parent
e946572558
commit
8869c479bd
@ -28,6 +28,7 @@ class EXTHHeader(object): # {{{
|
|||||||
self.start_offset = None
|
self.start_offset = None
|
||||||
left = self.num_items
|
left = self.num_items
|
||||||
self.kf8_header = None
|
self.kf8_header = None
|
||||||
|
self.uuid = self.cdetype = None
|
||||||
|
|
||||||
while left > 0:
|
while left > 0:
|
||||||
left -= 1
|
left -= 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user