mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Formatting
This commit is contained in:
		@@ -37,8 +37,7 @@ interface Manga : SManga {
 | 
			
		||||
 | 
			
		||||
    fun getGenres(): List<String>? {
 | 
			
		||||
        if (genre.isNullOrBlank()) return null
 | 
			
		||||
        return genre?.split(", ")?.map { it.trim() } ?.filterNot { it.isBlank() } ?.distinct()
 | 
			
		||||
        
 | 
			
		||||
        return genre?.split(", ")?.map { it.trim() }?.filterNot { it.isBlank() }?.distinct()
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private fun setChapterFlags(flag: Int, mask: Int) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user