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

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
src/en/thepropertyofhate
build.gradle
src/eu/kanade/tachiyomi/extension/en/thepropertyofhate

@ -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> {