Добавлено отображение общего количества книг в серии, без ее раскрытия

This commit is contained in:
Book Pauk
2022-11-28 16:58:32 +07:00
parent af575a87a2
commit 80b21371a4
6 changed files with 110 additions and 6 deletions

View File

@@ -279,6 +279,12 @@ class WebWorker {
return await this.dbSearcher.getAuthorBookList(authorId, author);
}
async getAuthorSeriesList(authorId) {
this.checkMyState();
return await this.dbSearcher.getAuthorSeriesList(authorId);
}
async getSeriesBookList(series) {
this.checkMyState();