aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/animeschedule/+server.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(schedule): add native track alongside sub and dubFuwn19 hours1-3/+3
| | | | Source the native (original-language) broadcast schedule from AnimeSchedule's "raw" airType and expose it as a third track on the schedule-page toggle and the GraphQL airing query.
* feat(airing): replace SubsPlease with AnimeSchedule (sub+dub)Fuwn22 hours1-0/+25
Source both subbed and dubbed episode schedules from AnimeSchedule.net v3 (absolute timestamps, episode numbers, delay windows, streams), keyed to AniList shows by title. Removes SubsPlease and its ~650-line fuzzy matcher. Countdown source is now a setting (native|sub|dub) with a dub->sub->native fallback. Requires ANIMESCHEDULE_CLIENT_TOKEN.