mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3edec38469
commit
83c5359df1
@ -144,6 +144,7 @@ class Container(object): # {{{
|
|||||||
href = item.get('href')
|
href = item.get('href')
|
||||||
name = self.href_to_name(href, self.opf_name)
|
name = self.href_to_name(href, self.opf_name)
|
||||||
if name in self.mime_map and name != self.opf_name:
|
if name in self.mime_map and name != self.opf_name:
|
||||||
|
# some epubs include the opf in the manifest with an incorrect mime type
|
||||||
self.mime_map[name] = item.get('media-type')
|
self.mime_map[name] = item.get('media-type')
|
||||||
|
|
||||||
def clone_data(self, dest_dir):
|
def clone_data(self, dest_dir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user