mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Surface "NSFW" (includes things like ecchi) results in MAL search (closes #4249)
This commit is contained in:
		| @@ -63,6 +63,7 @@ class MyAnimeListApi(private val client: OkHttpClient, interceptor: MyAnimeListI | ||||
|         return withContext(Dispatchers.IO) { | ||||
|             val url = "$baseApiUrl/manga".toUri().buildUpon() | ||||
|                 .appendQueryParameter("q", query) | ||||
|                 .appendQueryParameter("nsfw", "true") | ||||
|                 .build() | ||||
|             authClient.newCall(GET(url.toString())) | ||||
|                 .await() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user