diff options
| author | Fuwn <[email protected]> | 2023-09-14 14:39:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 14:39:22 -0700 |
| commit | 00095848c8c82b4db9a52f0e85ac29b0f991e99b (patch) | |
| tree | dc9fe8ce3f4234077f0bb1b266b632a7450af5e4 /src/lib/List/WatchingAnimeList.svelte | |
| parent | refactor(manga): rename from mangadex (diff) | |
| download | due.moe-00095848c8c82b4db9a52f0e85ac29b0f991e99b.tar.xz due.moe-00095848c8c82b4db9a52f0e85ac29b0f991e99b.zip | |
refactor: move media to folder
Diffstat (limited to 'src/lib/List/WatchingAnimeList.svelte')
| -rw-r--r-- | src/lib/List/WatchingAnimeList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/WatchingAnimeList.svelte b/src/lib/List/WatchingAnimeList.svelte index 2c298488..f86ede7d 100644 --- a/src/lib/List/WatchingAnimeList.svelte +++ b/src/lib/List/WatchingAnimeList.svelte @@ -7,7 +7,7 @@ import anime from '../../stores/anime'; import lastPruneTimes from '../../stores/lastPruneTimes'; import settings from '../../stores/settings'; - import { cleanCache, totalEpisodes, updateMedia } from '$lib/anime'; + import { cleanCache, totalEpisodes, updateMedia } from '$lib/Media/anime'; export let user: AniListAuthorisation; export let identity: UserIdentity; |