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'
|
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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user