mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	fix MAL search novel filter (#6279)
This commit is contained in:
		| @@ -76,7 +76,7 @@ class MyAnimeListApi(private val client: OkHttpClient, interceptor: MyAnimeListI | ||||
|                             async { getMangaDetails(id) } | ||||
|                         } | ||||
|                         .awaitAll() | ||||
|                         .filter { trackSearch -> trackSearch.publishing_type != "novel" } | ||||
|                         .filter { trackSearch -> !trackSearch.publishing_type.contains("novel") } | ||||
|                 } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user