Chore: Temporary Home-Page (Until Fixed with Rewrite)

This commit is contained in:
Youwes09
2026-03-19 22:53:51 -05:00
parent 161b1f9f52
commit 43630ef72d
12 changed files with 522 additions and 380 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
DEFAULT_TTL_MS,
CACHE_GROUPS.LIBRARY,
).then((nodes) => {
allMangaUnfiltered = dedupeMangaByTitle(dedupeMangaById(nodes), $settings.mangaLinks);
allMangaUnfiltered = dedupeMangaById(nodes);
}).catch(console.error);
}