aboutsummaryrefslogtreecommitdiff
path: root/src/lib/AniList/wrapped.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/AniList/wrapped.ts')
-rw-r--r--src/lib/AniList/wrapped.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/AniList/wrapped.ts b/src/lib/AniList/wrapped.ts
index abcbe5c7..5190dfdf 100644
--- a/src/lib/AniList/wrapped.ts
+++ b/src/lib/AniList/wrapped.ts
@@ -12,7 +12,7 @@ export interface WrappedMediaFormat {
startYear: number;
minutesWatched: number;
count: number;
- };
+ }[];
genres: {
meanScore: number;
minutesWatched: number;