9Hentai: Fix download page number broken (#13668)
This commit is contained in:
parent
d699789730
commit
765647cf5f
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'NineHentai'
|
||||
pkgNameSuffix = 'en.ninehentai'
|
||||
extClass = '.NineHentai'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -282,7 +282,7 @@ class NineHentai : HttpSource() {
|
|||
}
|
||||
|
||||
return (1..totalPages).map {
|
||||
Page(it, "", "$imageUrl/$it.jpg")
|
||||
Page(it - 1, "", "$imageUrl/$it.jpg")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue