Change AniList search query to show some previously hidden entries. (#1435)

This commit is contained in:
ddmgy 2018-05-28 16:54:41 -04:00 committed by inorichi
parent f4b838d8e2
commit b19a4d2977

View File

@ -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