fix: currentPage not incrementing when loading watched titles

This commit is contained in:
2025-12-06 09:11:32 -05:00
parent 6f93c46f1e
commit ec42ac4026

View File

@@ -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,
) )