diff options
| author | Fuwn <[email protected]> | 2023-12-17 04:38:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 04:38:47 -0800 |
| commit | 10f98276c252eb752de261bb191ccd6d0c7f893a (patch) | |
| tree | 29e491a0b6c74b5bf9368c46494f9dc8de8a28b7 /src/lib/List | |
| parent | refactor(anime): move episodes (diff) | |
| download | due.moe-10f98276c252eb752de261bb191ccd6d0c7f893a.tar.xz due.moe-10f98276c252eb752de261bb191ccd6d0c7f893a.zip | |
refactor(anime): move cache
Diffstat (limited to 'src/lib/List')
| -rw-r--r-- | src/lib/List/Anime/CleanAnimeList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Anime/CleanAnimeList.svelte b/src/lib/List/Anime/CleanAnimeList.svelte index fcfd95b3..2c843608 100644 --- a/src/lib/List/Anime/CleanAnimeList.svelte +++ b/src/lib/List/Anime/CleanAnimeList.svelte @@ -3,7 +3,7 @@ import settings from '../../../stores/settings'; import type { Media } from '$lib/AniList/media'; - import { cleanCache, updateMedia } from '$lib/Media/anime'; + import { cleanCache, updateMedia } from '$lib/Media/Anime/cache'; import { totalEpisodes } from '$lib/Media/Anime/episodes'; import { airingTime } from '$lib/Media/Anime/airing'; import type { AniListAuthorisation, UserIdentity } from '$lib/AniList/identity'; |