Change AniList search query to show some previously hidden entries. (#1435)
Cette révision appartient à :
Parent
f4b838d8e2
révision
b19a4d2977
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -91,7 +91,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
|
|||
val query = """
|
||||
query Search(${'$'}query: String) {
|
||||
Page (perPage: 25) {
|
||||
media(search: ${'$'}query, type: MANGA, format: MANGA) {
|
||||
media(search: ${'$'}query, type: MANGA, format_not_in: [NOVEL]) {
|
||||
id
|
||||
title {
|
||||
romaji
|
||||
|
|
Référencer dans un nouveau ticket