Comico: reverse chapter order (#10281)

This commit is contained in:
ObserverOfTime 2021-12-30 19:28:13 +02:00 committed by GitHub
parent 9aec9e3af1
commit 8e2aa23cb4
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 = 'Comico'
pkgNameSuffix = 'all.comico'
extClass = '.ComicoFactory'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

View File

@ -143,7 +143,7 @@ open class Comico(
name = it.name + if (it.isAvailable) "" else LOCK
date_upload = dateFormat.parse(it.publishedAt)?.time ?: 0L
}
}
}.reversed()
}
override fun pageListParse(response: Response) =