mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	fix tsumino for real this time
This commit is contained in:
		@@ -121,7 +121,7 @@ class Tsumino(private val context: Context): ParsedHttpSource(),
 | 
			
		||||
 | 
			
		||||
    fun genericMangaParse(response: Response): MangasPage {
 | 
			
		||||
        val json = jsonParser.parse(response.body()!!.string()!!).asJsonObject
 | 
			
		||||
        val hasNextPage = json["PageNumber"].int < json["PageCount"].int
 | 
			
		||||
        val hasNextPage = json["pageNumber"].int < json["PageCount"].int
 | 
			
		||||
        
 | 
			
		||||
        val manga = json["Data"].array.map {
 | 
			
		||||
            val obj = it.obj["Entry"].obj
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user