diff --git a/src/controllers/auth/anilist/index.ts b/src/controllers/auth/anilist/index.ts index 77e686e..8c7ebe2 100644 --- a/src/controllers/auth/anilist/index.ts +++ b/src/controllers/auth/anilist/index.ts @@ -133,7 +133,7 @@ app.openapi(route, async (c) => { const { mediaList, pageInfo } = await stub .getTitles( user.name!, - currentPage, + currentPage++, ["CURRENT", "PLANNING", "PAUSED", "REPEATING"], aniListToken, )