Поправил баг

This commit is contained in:
Book Pauk
2019-03-20 15:46:31 +07:00
parent 70be3d10d0
commit 2a79207427

View File

@@ -300,7 +300,7 @@ class BookManager {
await this.init();
this.recent[value.key].deleted = 1;
await bmRecentStore.setItem(value.key, this.recent[value.key].deleted);
await bmRecentStore.setItem(value.key, this.recent[value.key]);
await bmCacheStore.setItem('recent', this.recent);
this.mostRecentCached = null;