fix analyze error

This commit is contained in:
nyne
2025-03-28 19:22:02 +08:00
parent f3b4598bb6
commit 78ea129564

View File

@@ -306,7 +306,7 @@ class _LocalComicsPageState extends State<LocalComicsPage> {
});
} else {
// prevent dirty data
var comic = LocalManager().find(c.id, ComicType.fromKey(c.sourceKey.hashCode))!;
var comic = LocalManager().find(c.id, ComicType.fromKey(c.sourceKey))!;
comic.read();
}
},