Fix Tsumino page offset (fixes #27)
This commit is contained in:
parent
7aa8abdd98
commit
fb1db914aa
@ -137,7 +137,7 @@ class Tsumino(private val context: Context): ParsedHttpSource(), LewdSource<Tsum
|
||||
excludeParodies: Boolean = false,
|
||||
advSearch: List<AdvSearchEntry> = emptyList())
|
||||
= POST("$BASE_URL/Books/Operate", body = FormBody.Builder()
|
||||
.add("PageNumber", (page + 1).toString())
|
||||
.add("PageNumber", page.toString())
|
||||
.add("Text", query)
|
||||
.add("Sort", sort.name)
|
||||
.add("List", "0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user