diff --git a/book.php b/book.php index a0a0120..3aa6bc8 100644 --- a/book.php +++ b/book.php @@ -313,6 +313,7 @@ class Book extends Base { $epub->Language ($this->getLanguages ()); $epub->Description ($this->getComment (false)); $epub->Subjects ($this->getTagsName ()); + $epub->Cover2 ($this->getFilePath ("jpg"), "image/jpeg"); $epub->Calibre ($this->uuid); $se = $this->getSerie (); if (!is_null ($se)) {