Komga: Fix latest updates tab (#1076)

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

View File

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

View File

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