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
|
||||
.getTitles(
|
||||
user.name!,
|
||||
currentPage,
|
||||
currentPage++,
|
||||
["CURRENT", "PLANNING", "PAUSED", "REPEATING"],
|
||||
aniListToken,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user