Komga: Fix latest updates tab ()

This commit is contained in:
beerpsi 2024-02-07 11:13:43 +07:00 committed by Draff
parent fe97867cf1
commit c02bd36b43
2 changed files with 2 additions and 2 deletions
src/all/komga
build.gradle
src/eu/kanade/tachiyomi/extension/all/komga

@ -1,7 +1,7 @@
ext {
extName = 'Komga'
extClass = '.KomgaFactory'
extVersionCode = 53
extVersionCode = 54
}
apply from: "$rootDir/common.gradle"

@ -104,7 +104,7 @@ open class Komga(private val suffix: String = "") : ConfigurableSource, Unmetere
searchMangaRequest(
page,
"",
FilterList(SeriesSort(Filter.Sort.Selection(2, false))),
FilterList(SeriesSort(Filter.Sort.Selection(3, false))),
)
override fun latestUpdatesParse(response: Response): MangasPage =