mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Change AniList search query to show some previously hidden entries. (#1435)
This commit is contained in:
parent
f4b838d8e2
commit
b19a4d2977
@ -91,7 +91,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
|
|||||||
val query = """
|
val query = """
|
||||||
query Search(${'$'}query: String) {
|
query Search(${'$'}query: String) {
|
||||||
Page (perPage: 25) {
|
Page (perPage: 25) {
|
||||||
media(search: ${'$'}query, type: MANGA, format: MANGA) {
|
media(search: ${'$'}query, type: MANGA, format_not_in: [NOVEL]) {
|
||||||
id
|
id
|
||||||
title {
|
title {
|
||||||
romaji
|
romaji
|
||||||
|
Loading…
Reference in New Issue
Block a user