Fix wrong chapter list order in AS. (#12140)
This commit is contained in:
parent
9cc3a03778
commit
b4479cbd20
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Argos Scan'
|
||||
pkgNameSuffix = 'pt.argosscan'
|
||||
extClass = '.ArgosScan'
|
||||
extVersionCode = 22
|
||||
extVersionCode = 23
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -134,7 +134,7 @@ val MANGA_DETAILS_QUERY = buildQuery {
|
|||
| description
|
||||
| authors
|
||||
| cover
|
||||
| getChapters(order: { id: DESC }) {
|
||||
| getChapters(order: { number: DESC }) {
|
||||
| id
|
||||
| number
|
||||
| title
|
||||
|
|
Loading…
Reference in New Issue