Update anime-score.js

This commit is contained in:
Dragon Fire
2024-04-27 13:02:13 -04:00
committed by GitHub
parent 93fd771387
commit 49e36a7f53
+1 -1
View File
@@ -9,7 +9,7 @@ const searchGraphQL = stripIndents`
pageInfo {
total
}
media (type: $type, popularity_greater: 10000, averageScore_not: 0, sort: POPULARITY_DESC) {
media (type: $type, popularity_greater: 50000, isAdult: false, averageScore_not: 0, sort: POPULARITY_DESC) {
id
averageScore
title {