mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 11:12:02 +01:00
K6bd chapter order fix (#19539)
* Reversed sort order so chapters match other extensions, new at top * restoring gradle files
This commit is contained in:
@@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Kill Six Billion Demons'
|
||||
pkgNameSuffix = 'en.killsixbilliondemons'
|
||||
extClass = '.KillSixBillionDemons'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
@@ -128,7 +128,7 @@ class KillSixBillionDemons : HttpSource() {
|
||||
fetchChapterListTR(
|
||||
baseUrl + manga.url + pagesOrder,
|
||||
mutableListOf(),
|
||||
),
|
||||
).reversed(),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user