fix tsumino for real this time

This commit is contained in:
az4521 2019-11-28 17:33:55 -05:00 committed by GitHub
parent 027cb10d0f
commit 810d2d4776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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