Работа над ServerStorage, попутный рефакторинг

This commit is contained in:
Book Pauk
2019-03-22 13:00:59 +07:00
parent f65a91dfed
commit 329ac44c11
2 changed files with 114 additions and 103 deletions

View File

@@ -107,6 +107,7 @@ class BookManager {
}
await bmCacheStore.setItem('books', this.booksCached);
await bmCacheStore.setItem('recent', this.recent);
this.emit('load-meta-finish');
}
async cleanBooks() {