Fix cover not being read when auto adding books

This commit is contained in:
Kovid Goyal 2024-09-21 07:36:11 +05:30
parent 00ddbdb159
commit 6c2df51d36
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -707,6 +707,7 @@ class OPF: # {{{
ans.set_identifiers(self.get_identifiers())
ans.link_maps = self.link_maps
ans.cover = self.cover # needed because we nuke the guide while creating ans
return ans