The Property of Hate: chapters should be reversed! (#4841)
This commit is contained in:
parent
d0d0dd8e9a
commit
1e3fcf61e0
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'The Property of Hate'
|
||||
pkgNameSuffix = 'en.thepropertyofhate'
|
||||
extClass = '.ThePropertyOfHate'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ class ThePropertyOfHate : HttpSource() {
|
|||
)
|
||||
}
|
||||
|
||||
return chapters
|
||||
return chapters.reversed()
|
||||
}
|
||||
|
||||
override fun pageListParse(response: Response): List<Page> {
|
||||
|
|
Loading…
Reference in New Issue