aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/WatchingAnimeList.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/List/WatchingAnimeList.svelte')
-rw-r--r--src/lib/List/WatchingAnimeList.svelte2
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;