mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Filter library items by artist as well
This commit is contained in:
		| @@ -60,6 +60,7 @@ class LibraryItem(val manga: LibraryManga, private val libraryAsList: Preference | ||||
|     override fun filter(constraint: String): Boolean { | ||||
|         return manga.title.contains(constraint, true) || | ||||
|             (manga.author?.contains(constraint, true) ?: false) || | ||||
|             (manga.artist?.contains(constraint, true) ?: false) || | ||||
|             if (constraint.contains(",")) { | ||||
|                 val genres = manga.genre?.split(", ") | ||||
|                 constraint.split(",").all { containsGenre(it.trim(), genres) } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user