|
@@ -196,8 +196,6 @@ class AuthorList extends BaseList {
|
|
let count = book.seriesBooks.length;
|
|
let count = book.seriesBooks.length;
|
|
result = `${count}`;
|
|
result = `${count}`;
|
|
if (book.allBooksLoaded) {
|
|
if (book.allBooksLoaded) {
|
|
- if (book.showAllBooks)
|
|
|
|
- result = `${book.allBooksLoaded.length}`;
|
|
|
|
result += `/${book.allBooksLoaded.length}`;
|
|
result += `/${book.allBooksLoaded.length}`;
|
|
}
|
|
}
|
|
|
|
|