Explorar o código

Поправил баг

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
2a79207427
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;