Compare commits

..

5 Commits

Author SHA1 Message Date
9da626f17b docs: update README
add folder info about middleware
2025-12-18 08:54:29 -05:00
3fab9cacbc feat: use luxon for TTL 2025-12-18 08:51:53 -05:00
f9ca949d8e chore: add debug logging to help understand why episode updates won't run 2025-12-18 08:50:53 -05:00
37b4f0bf2b chore: remove no longer needed isRetrying boolean 2025-12-18 08:49:50 -05:00
d66903400d fix: 'upcoming' titles failing to fetch
wasn't returning "Page" from the anilist json response
2025-12-18 08:49:17 -05:00

View File

@@ -259,8 +259,8 @@ export const NextSeasonPopularQuery = graphql(
$nextSeason: MediaSeason
$nextYear: Int
$limit: Int!
$page: Int!
) {
$page: Int!
Page(page: $page, perPage: $limit) {
media(
season: $nextSeason