Compare commits

..

5 Commits

Author SHA1 Message Date
291d2744af docs: update README
add folder info about middleware
2025-12-18 23:43:12 -05:00
e9864f42b1 feat: use luxon for TTL 2025-12-18 23:43:11 -05:00
0cdfbd5c56 chore: add debug logging to help understand why episode updates won't run 2025-12-18 23:43:11 -05:00
1958110679 chore: remove no longer needed isRetrying boolean 2025-12-18 23:43:11 -05:00
3294d3c6a2 fix: 'upcoming' titles failing to fetch
wasn't returning "Page" from the anilist json response
2025-12-18 23:43:10 -05:00

View File

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