Kouhai Work: fix chapter order (#9580)

This commit is contained in:
ObserverOfTime 2021-10-23 14:37:05 +03:00 committed by GitHub
parent b64f5c0cb0
commit 86b92e4b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Kouhai Work' extName = 'Kouhai Work'
pkgNameSuffix = 'en.kouhaiwork' pkgNameSuffix = 'en.kouhaiwork'
extClass = '.KouhaiWork' extClass = '.KouhaiWork'
extVersionCode = 3 extVersionCode = 4
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -96,7 +96,7 @@ class KouhaiWork : HttpSource() {
date_upload = it.timestamp date_upload = it.timestamp
scanlator = it.groups.joinToString() scanlator = it.groups.joinToString()
} }
} }.reversed()
override fun pageListRequest(chapter: SChapter) = override fun pageListRequest(chapter: SChapter) =
GET("$API_URL/chapters/get/${chapter.url}", headers) GET("$API_URL/chapters/get/${chapter.url}", headers)