diff options
| author | Fuwn <[email protected]> | 2024-02-07 04:31:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-07 04:31:08 -0800 |
| commit | c59225164f06e78b2b94d1927765da733199f201 (patch) | |
| tree | 2da82c34d3d97076e8e0842b27658e8ab8c17c3c /src/lib | |
| parent | fix(hololive): fit images on ipad (diff) | |
| download | due.moe-c59225164f06e78b2b94d1927765da733199f201.tar.xz due.moe-c59225164f06e78b2b94d1927765da733199f201.zip | |
fix(match): use airing at authority for adjustment
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Media/Anime/Airing/Subtitled/match.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Media/Anime/Airing/Subtitled/match.ts b/src/lib/Media/Anime/Airing/Subtitled/match.ts index 60e9a68b..25bce372 100644 --- a/src/lib/Media/Anime/Airing/Subtitled/match.ts +++ b/src/lib/Media/Anime/Airing/Subtitled/match.ts @@ -169,7 +169,6 @@ export const injectAiringTime = (anime: Media, subsPlease: SubsPlease | null) => } if ( - anime.nextAiringEpisode?.nativeAiringAt && airingAt && nativeTime.getTime() !== time.getTime() && nativeTime.getTime() - time.getTime() > 24 * 60 * 60 * 1000 |