Работа над списком книг в серии

This commit is contained in:
Book Pauk
2022-10-10 17:02:58 +07:00
parent ec96d4af39
commit 0e2ef4133e
6 changed files with 139 additions and 10 deletions

View File

@@ -227,6 +227,12 @@ class WebWorker {
return await this.dbSearcher.getBookList(authorId);
}
async getSeriesBookList(seriesId) {
this.checkMyState();
return await this.dbSearcher.getSeriesBookList(seriesId);
}
async getGenreTree() {
this.checkMyState();