From 89610f221e7cbdd326489e528f05226ae5375e47 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Dec 2023 04:41:15 -0800 Subject: refactor(manga): move cache --- src/lib/List/Manga/MangaListTemplate.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/List/Manga') diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index 192943fd..822c7343 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -2,7 +2,8 @@ import { mediaListCollection, Type, type Media } from '$lib/AniList/media'; import type { UserIdentity, AniListAuthorisation } from '$lib/AniList/identity'; import { onDestroy, onMount } from 'svelte'; - import { chapterCount, pruneAllManga } from '$lib/Media/manga'; + import { chapterCount } from '$lib/Media/manga'; + import { pruneAllManga } from '$lib/Media/Manga/cache'; import manga from '../../../stores/manga'; import { chapterDatabase } from '$lib/Media/Manga/database'; import settings from '../../../stores/settings'; -- cgit v1.2.3