mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix #2552 (Error when Removing First Image while converting.)
This commit is contained in:
parent
1494818cf0
commit
e162f458fd
@ -92,6 +92,6 @@ class Jacket(object):
|
||||
def __call__(self, oeb, opts, metadata):
|
||||
self.oeb, self.opts, self.log = oeb, opts, oeb.log
|
||||
if opts.remove_first_image:
|
||||
self.remove_fisrt_image()
|
||||
self.remove_first_image()
|
||||
if opts.insert_metadata:
|
||||
self.insert_metadata(metadata)
|
||||
|
Loading…
x
Reference in New Issue
Block a user