Update cover with metadata update. re #31

This commit is contained in:
Sébastien Lucas 2013-01-31 21:26:31 +01:00
parent d84ea868a8
commit d7f6e616c7
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {