fix: "upcoming" query not using correct sort operator
This commit is contained in:
@@ -36,7 +36,7 @@ const BrowsePopularQuery = graphql(
|
||||
media(
|
||||
season: $nextSeason
|
||||
seasonYear: $nextYear
|
||||
sort: START_DATE
|
||||
sort: START_DATE_DESC
|
||||
type: ANIME
|
||||
isAdult: false
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user