Update cover with metadata update. re #31
这个提交存在于:
父节点
d84ea868a8
当前提交
d7f6e616c7
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
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)) {
|
||||||
|
|
|
||||||
正在加载…
添加表格
添加链接
在新工单中引用