diff options
| author | Fuwn <[email protected]> | 2026-03-01 14:39:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:24:05 -0800 |
| commit | 60110fe8f23c53c837aff82d77a21ad8af4b5bb2 (patch) | |
| tree | 4fa6f42cc1f352c3a55165cc2a7735d0b897c841 /src/lib/Data | |
| parent | perf: optimise list hot paths and shared timers (diff) | |
| download | due.moe-60110fe8f23c53c837aff82d77a21ad8af4b5bb2.tar.xz due.moe-60110fe8f23c53c837aff82d77a21ad8af4b5bb2.zip | |
fix(anime): unify due classification and harden subtitle matching
Diffstat (limited to 'src/lib/Data')
| -rw-r--r-- | src/lib/Data/AniList/media.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Data/AniList/media.ts b/src/lib/Data/AniList/media.ts index bf43ef1d..68f9fc9b 100644 --- a/src/lib/Data/AniList/media.ts +++ b/src/lib/Data/AniList/media.ts @@ -55,6 +55,7 @@ export interface Media { episode: number; airingAt?: number; nativeAiringAt?: number; + nativeEpisode?: number; }; synonyms: string[]; mediaListEntry?: { |