aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Anime/Airing/classify.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(match): extend episode shift window and shift native episode countHEADmainFuwn26 hours1-1/+3
| | | | | | | | | | | | The shift was capped at 36h, which caught daily-cadence drift but not weekly shows where AniList's nextAiringEpisode jumps a full week ahead once an episode airs. Extends to 8 days so weekly schedules trigger it. Also shifts nativeEpisode alongside episode so classify treats the subtitled release as authoritative for aired-count when prefer-native is off; previously the original AniList count survived and kept shows in Due even though display correctly said the next sub release was still upcoming.
* fix(anime): align due cover rendering with due classificationFuwn2026-03-031-1/+93
|
* fix(match): prevent cached airing injection mutation regressionsFuwn2026-03-011-0/+41
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-134/+139
|
* fix(anime): unify due classification and harden subtitle matchingFuwn2026-03-011-0/+153