Update cover with metadata update. re #31

这个提交存在于:
Sébastien Lucas 2013-01-31 21:26:31 +01:00
父节点 d84ea868a8
当前提交 d7f6e616c7

查看文件

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