Добавлена автоотмена проверки обновлений книг по истечении заданного количества дней

This commit is contained in:
Book Pauk
2022-08-03 14:57:01 +07:00
parent 084401b9c3
commit 76673295bf
4 changed files with 80 additions and 12 deletions

View File

@@ -505,6 +505,8 @@ class BookManager {
for (const book of updateItems) {
book.checkBuc = checkBuc;
if (checkBuc)
book.checkBucTime = Date.now();
await this.recentSetItem(book);
}
}