[Otaku Sanctuary] Advance to next page when fetching manga list (#16682)
* [Otaku Sanctuary] Advance to next page * Bump baseVersionCode
This commit is contained in:
parent
7b6ad2d251
commit
67dc44c763
|
@ -48,7 +48,9 @@ open class OtakuSanctuary(
|
|||
headers,
|
||||
FormBody.Builder().apply {
|
||||
add("Lang", helper.otakusanLang())
|
||||
add("PageSize", "24")
|
||||
add("Page", page.toString())
|
||||
add("Type", "Include")
|
||||
add("Dir", "NewPostedDate")
|
||||
}.build(),
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ class OtakuSanctuaryGenerator : ThemeSourceGenerator {
|
|||
|
||||
override val themeClass = "OtakuSanctuary"
|
||||
|
||||
override val baseVersionCode: Int = 2
|
||||
override val baseVersionCode: Int = 3
|
||||
|
||||
override val sources = listOf(
|
||||
MultiLang(
|
||||
|
|
Loading…
Reference in New Issue