fix: currentPage not incrementing when loading watched titles
This commit is contained in:
@@ -133,7 +133,7 @@ app.openapi(route, async (c) => {
|
|||||||
const { mediaList, pageInfo } = await stub
|
const { mediaList, pageInfo } = await stub
|
||||||
.getTitles(
|
.getTitles(
|
||||||
user.name!,
|
user.name!,
|
||||||
currentPage,
|
currentPage++,
|
||||||
["CURRENT", "PLANNING", "PAUSED", "REPEATING"],
|
["CURRENT", "PLANNING", "PAUSED", "REPEATING"],
|
||||||
aniListToken,
|
aniListToken,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user