mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 19:26:55 +01:00
...
This commit is contained in:
parent
b4fe349df8
commit
ae7a86e73b
1 changed files with 1 additions and 2 deletions
|
|
@ -272,8 +272,7 @@ def generic_cover():
|
|||
from calibre.ebooks.covers import create_cover
|
||||
mi = self.book_metadata
|
||||
return create_cover(mi.title, mi.authors, mi.series, mi.series_index)
|
||||
else:
|
||||
return BLANK_JPEG
|
||||
return BLANK_JPEG
|
||||
|
||||
if input_fmt == 'epub':
|
||||
def cover_path(action, data):
|
||||
|
|
|
|||
Loading…
Reference in a new issue