mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Fix cover not being read when auto adding books
This commit is contained in:
parent
00ddbdb159
commit
6c2df51d36
@ -707,6 +707,7 @@ class OPF: # {{{
|
|||||||
|
|
||||||
ans.set_identifiers(self.get_identifiers())
|
ans.set_identifiers(self.get_identifiers())
|
||||||
ans.link_maps = self.link_maps
|
ans.link_maps = self.link_maps
|
||||||
|
ans.cover = self.cover # needed because we nuke the guide while creating ans
|
||||||
|
|
||||||
return ans
|
return ans
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user