diff --git a/frontend/src/anilist/types/AniListCurrentUserWatchListType.ts b/frontend/src/anilist/types/AniListCurrentUserWatchListType.ts index 25ad6f5..96dce9e 100644 --- a/frontend/src/anilist/types/AniListCurrentUserWatchListType.ts +++ b/frontend/src/anilist/types/AniListCurrentUserWatchListType.ts @@ -44,6 +44,7 @@ export interface MediaList { timeUntilAiring: number; episode: number; }; + genres: string[]; tags: [ { id: number;