fix tsumino for real this time
This commit is contained in:
parent
027cb10d0f
commit
810d2d4776
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user