Fix a regression in series handling in epub metadata.
这个提交存在于:
父节点
e8cadd23d8
当前提交
db0fed0485
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -451,7 +451,7 @@ class EPub {
|
|||
* @param string $serie
|
||||
*/
|
||||
public function Serie($serie=false){
|
||||
return $this->getset('opf:meta',$serie,'name','cops:series','content');
|
||||
return $this->getset('opf:meta',$serie,'name','calibre:series','content');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -460,7 +460,7 @@ class EPub {
|
|||
* @param string $serieIndex
|
||||
*/
|
||||
public function SerieIndex($serieIndex=false){
|
||||
return $this->getset('opf:meta',$serieIndex,'name','cops:series_index','content');
|
||||
return $this->getset('opf:meta',$serieIndex,'name','calibre:series_index','content');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用