From d7f6e616c7d9c9d17aaa898ecf2e93664412c395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 31 Jan 2013 21:26:31 +0100 Subject: [PATCH] Update cover with metadata update. re #31 --- book.php | 1 + 1 file changed, 1 insertion(+) 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)) {