diff options
Diffstat (limited to 'src/lib/Data/AniList')
| -rw-r--r-- | src/lib/Data/AniList/media.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/Data/AniList/media.ts b/src/lib/Data/AniList/media.ts index b9e70a7d..c032edaa 100644 --- a/src/lib/Data/AniList/media.ts +++ b/src/lib/Data/AniList/media.ts @@ -78,9 +78,11 @@ export interface Media { }; startDate: { year: number; + month: number; }; endDate: { year: number; + month: number; }; coverImage: { extraLarge: string; @@ -154,8 +156,8 @@ const collectionQueryTemplate = (type: Type, userId: number, options: Collection progress progressVolumes status repeat createdAt updatedAt score(format: POINT_100) startedAt { year month day } completedAt { year month day } } - startDate { year } - endDate { year } + startDate { year month } + endDate { year month } coverImage { extraLarge medium } ${ options.includeRelations |