Browse Source

Поправил баг

Book Pauk 6 years ago
parent
commit
2a79207427
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/Reader/share/bookManager.js

+ 1 - 1
client/components/Reader/share/bookManager.js

@@ -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;