Add again the series Index in the book list. Reported by fatzgenfatz
This commit is contained in:
parent
a3a293630e
commit
784a39e957
2 changed files with 2 additions and 1 deletions
1
book.php
1
book.php
|
@ -135,6 +135,7 @@ class Book extends Base {
|
|||
"authorsName" => $this->getAuthorsName (),
|
||||
"tagsName" => $this->getTagsName (),
|
||||
"seriesName" => $sn,
|
||||
"seriesIndex" => $this->seriesIndex,
|
||||
"seriesCompleteName" => $scn,
|
||||
"seriesurl" => $su);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue