Поправки

This commit is contained in:
Book Pauk
2019-02-27 06:00:30 +07:00
parent ff27ddd442
commit 954ce9e85c
2 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class BookManager {
async init(settings) {
this.settings = settings;
//this.booksCached нужен только для ускорения загрузки читалки
this.booksCached = await bmCacheStore.getItem('books');
this.recent = await bmCacheStore.getItem('recent');
this.books = Object.assign({}, this.booksCached);