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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Создание таблицы
Добавить ссылку
Сослаться в новой задаче