diff options
| author | Fuwn <[email protected]> | 2023-12-17 07:38:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 07:38:36 -0800 |
| commit | cd4b2cf7ac5620b767d0bf2a47eeb37ab6b1f55b (patch) | |
| tree | d736d240a228cf3c477116e0dc7a2c7d6aa21cda /src/lib/AniList | |
| parent | fix(anime): position of subbed release (diff) | |
| download | due.moe-cd4b2cf7ac5620b767d0bf2a47eeb37ab6b1f55b.tar.xz due.moe-cd4b2cf7ac5620b767d0bf2a47eeb37ab6b1f55b.zip | |
fix(airing): show next subtitled episode
Diffstat (limited to 'src/lib/AniList')
| -rw-r--r-- | src/lib/AniList/media.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/AniList/media.ts b/src/lib/AniList/media.ts index 3338dd9a..039b9db6 100644 --- a/src/lib/AniList/media.ts +++ b/src/lib/AniList/media.ts @@ -40,6 +40,7 @@ export interface Media { nextAiringEpisode?: { episode: number; airingAt?: number; + nativeAiringAt?: number; }; synonyms: string[]; mediaListEntry?: { |