[Otaku Sanctuary] Advance to next page when fetching manga list (#16682)

* [Otaku Sanctuary] Advance to next page

* Bump baseVersionCode
This commit is contained in:
beerpsi 2023-06-08 00:25:39 +07:00 committed by GitHub
parent 7b6ad2d251
commit 67dc44c763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,9 @@ open class OtakuSanctuary(
headers, headers,
FormBody.Builder().apply { FormBody.Builder().apply {
add("Lang", helper.otakusanLang()) add("Lang", helper.otakusanLang())
add("PageSize", "24") add("Page", page.toString())
add("Type", "Include")
add("Dir", "NewPostedDate")
}.build(), }.build(),
) )

View File

@ -9,7 +9,7 @@ class OtakuSanctuaryGenerator : ThemeSourceGenerator {
override val themeClass = "OtakuSanctuary" override val themeClass = "OtakuSanctuary"
override val baseVersionCode: Int = 2 override val baseVersionCode: Int = 3
override val sources = listOf( override val sources = listOf(
MultiLang( MultiLang(