OPDS: добавлен раздел "Жанры", в поиск добавлен раздел "Поиск книг в жанре" (#9)

This commit is contained in:
Book Pauk
2023-01-28 18:14:35 +07:00
parent 4d6da6a9b7
commit 5519e23e02
7 changed files with 31 additions and 12 deletions

View File

@@ -20,6 +20,8 @@ class BasePage {
this.webWorker = new WebWorker(config);
this.rootTag = 'feed';
this.opdsRoot = config.opdsRoot;
this.showDeleted = false;
}
makeEntry(entry = {}) {
@@ -213,7 +215,7 @@ class BasePage {
}
//скопировано из BaseList.js, часть функционала не используется
filterBooks(books, query) {
filterBooks(books, query = {}) {
const s = query;
const splitAuthor = (author) => {