fix: 'upcoming' titles failing to fetch
wasn't returning "Page" from the anilist json response
This commit is contained in:
@@ -260,7 +260,8 @@ export const NextSeasonPopularQuery = graphql(
|
||||
$nextYear: Int
|
||||
$limit: Int!
|
||||
) {
|
||||
Page(page: 1, perPage: $limit) {
|
||||
$page: Int!
|
||||
Page(page: $page, perPage: $limit) {
|
||||
media(
|
||||
season: $nextSeason
|
||||
seasonYear: $nextYear
|
||||
|
||||
Reference in New Issue
Block a user