Update cover with metadata update. re #31
This commit is contained in:
parent
d84ea868a8
commit
d7f6e616c7
1
book.php
1
book.php
|
@ -313,6 +313,7 @@ class Book extends Base {
|
||||||
$epub->Language ($this->getLanguages ());
|
$epub->Language ($this->getLanguages ());
|
||||||
$epub->Description ($this->getComment (false));
|
$epub->Description ($this->getComment (false));
|
||||||
$epub->Subjects ($this->getTagsName ());
|
$epub->Subjects ($this->getTagsName ());
|
||||||
|
$epub->Cover2 ($this->getFilePath ("jpg"), "image/jpeg");
|
||||||
$epub->Calibre ($this->uuid);
|
$epub->Calibre ($this->uuid);
|
||||||
$se = $this->getSerie ();
|
$se = $this->getSerie ();
|
||||||
if (!is_null ($se)) {
|
if (!is_null ($se)) {
|
||||||
|
|
Loading…
Reference in a new issue