mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +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