fix tsumino for real this time
This commit is contained in:
parent
027cb10d0f
commit
810d2d4776
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue