Работа над opds

This commit is contained in:
Book Pauk
2022-11-22 20:09:00 +07:00
parent d0e79b0abb
commit 35925dbc6e
5 changed files with 216 additions and 14 deletions

View File

@@ -13,10 +13,9 @@ class RootPage extends BasePage {
async body() {
const result = {};
const ww = this.webWorker;
if (!this.title) {
const dbConfig = await ww.dbConfig();
const dbConfig = await this.webWorker.dbConfig();
const collection = dbConfig.inpxInfo.collection.split('\n');
this.title = collection[0].trim();
if (!this.title)