The Property of Hate: chapters should be reversed! (#4841)

This commit is contained in:
Aria Moradi 2020-11-11 00:29:05 +03:30 committed by GitHub
parent d0d0dd8e9a
commit 1e3fcf61e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'The Property of Hate'
pkgNameSuffix = 'en.thepropertyofhate'
extClass = '.ThePropertyOfHate'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

@ -87,7 +87,7 @@ class ThePropertyOfHate : HttpSource() {
)
}
return chapters
return chapters.reversed()
}
override fun pageListParse(response: Response): List<Page> {