Komga: Fix latest updates tab (#1076)
This commit is contained in:
parent
fe97867cf1
commit
c02bd36b43
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue