fix: "upcoming" query not using correct sort operator

This commit is contained in:
2024-10-28 05:32:50 -04:00
parent 4c784e9038
commit 7b16066a63

View File

@@ -36,7 +36,7 @@ const BrowsePopularQuery = graphql(
media(
season: $nextSeason
seasonYear: $nextYear
sort: START_DATE
sort: START_DATE_DESC
type: ANIME
isAdult: false
) {