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