Работа над разделом "Серии"

This commit is contained in:
Book Pauk
2022-10-25 19:48:20 +07:00
parent 3a8fa12894
commit cc5d5167a3
8 changed files with 182 additions and 143 deletions

View File

@@ -277,10 +277,10 @@ class WebWorker {
return await this.dbSearcher.getAuthorBookList(authorId);
}
async getSeriesBookList(series, seriesId) {
async getSeriesBookList(series) {
this.checkMyState();
return await this.dbSearcher.getSeriesBookList(series, seriesId);
return await this.dbSearcher.getSeriesBookList(series);
}
async getGenreTree() {