aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-23 18:37:38 -0800
committerFuwn <[email protected]>2023-12-23 18:37:38 -0800
commita4b4968a294b1e5706bde2afe6ab05e395ede5bb (patch)
tree7de1982ee512d257b9947e5d162cc1834851d2bd /src/lib/Tools
parentfeat(wrapped): manual tag and genre calculation (diff)
downloaddue.moe-a4b4968a294b1e5706bde2afe6ab05e395ede5bb.tar.xz
due.moe-a4b4968a294b1e5706bde2afe6ab05e395ede5bb.zip
feat(wrapped): manual tag and genre calculation
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/Wrapped.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index 0e8ad66d..69aca735 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -10,7 +10,7 @@
fullActivityHistory,
activityHistory as getActivityHistory
} from '$lib/AniList/activity.js';
- import { Type, mediaListCollection, type Media, mediaCover } from '$lib/AniList/media.js';
+ import { Type, mediaListCollection, type Media } from '$lib/AniList/media.js';
import anime from '../../stores/anime.js';
import lastPruneTimes from '../../stores/lastPruneTimes.js';
import manga from '../../stores/manga.js';