Fix wrong chapter list order in AS. (#12140)

This commit is contained in:
Alessandro Jean 2022-06-09 15:24:16 -03:00 committed by GitHub
parent 9cc3a03778
commit b4479cbd20
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 = 'Argos Scan' extName = 'Argos Scan'
pkgNameSuffix = 'pt.argosscan' pkgNameSuffix = 'pt.argosscan'
extClass = '.ArgosScan' extClass = '.ArgosScan'
extVersionCode = 22 extVersionCode = 23
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -134,7 +134,7 @@ val MANGA_DETAILS_QUERY = buildQuery {
| description | description
| authors | authors
| cover | cover
| getChapters(order: { id: DESC }) { | getChapters(order: { number: DESC }) {
| id | id
| number | number
| title | title