diff options
| author | Fuwn <[email protected]> | 2025-06-09 18:50:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 18:50:09 -0700 |
| commit | 2a7f59b4137ee511c0dfa6aa99e505b5f9e5b569 (patch) | |
| tree | ee2726159937c40c1f413530e591f20336dc77cc /src/lib/Data | |
| parent | fix(feeds): Remove duplicate whitespace (diff) | |
| download | due.moe-2a7f59b4137ee511c0dfa6aa99e505b5f9e5b569.tar.xz due.moe-2a7f59b4137ee511c0dfa6aa99e505b5f9e5b569.zip | |
feat(List): List filtering
Diffstat (limited to 'src/lib/Data')
| -rw-r--r-- | src/lib/Data/AniList/media.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Data/AniList/media.ts b/src/lib/Data/AniList/media.ts index c032edaa..2d98f7be 100644 --- a/src/lib/Data/AniList/media.ts +++ b/src/lib/Data/AniList/media.ts @@ -75,6 +75,7 @@ export interface Media { }; createdAt: number; updatedAt: number; + customLists: Map<string, boolean>; }; startDate: { year: number; @@ -153,7 +154,7 @@ const collectionQueryTemplate = (type: Type, userId: number, options: Collection title { romaji english native } nextAiringEpisode { episode airingAt } mediaListEntry { - progress progressVolumes status repeat createdAt updatedAt + progress progressVolumes status repeat createdAt updatedAt customLists score(format: POINT_100) startedAt { year month day } completedAt { year month day } } startDate { year month } |