Работа над opds

This commit is contained in:
Book Pauk
2022-11-23 17:03:33 +07:00
parent 5a04e4f0c7
commit a8ed8b29e5
3 changed files with 214 additions and 26 deletions

View File

@@ -85,7 +85,7 @@ class AuthorPage extends BasePage {
if (query.series) {
//книги по серии
const bookList = await this.webWorker.getSeriesBookList(query.series);
if (bookList.books) {
let books = JSON.parse(bookList.books);
const filtered = (query.all ? books : this.filterBooks(books, query));
@@ -96,6 +96,7 @@ class AuthorPage extends BasePage {
if (query.all) {
title = `${this.bookAuthor(book.author)} "${title}"`;
}
title += ` (${book.ext})`;
entry.push(
this.makeEntry({