Skip to content

Fix for the pagination on watchlist pages#20

Merged
MatteoCampinoti94 merged 7 commits intoFurryCoders:mainfrom
Dragon092:main
Sep 27, 2025
Merged

Fix for the pagination on watchlist pages#20
MatteoCampinoti94 merged 7 commits intoFurryCoders:mainfrom
Dragon092:main

Conversation

@Dragon092
Copy link
Contributor

The last site update changed the pagination on the watchlist pages.
Because of this watchlist_to and watchlist_by always immediately return None for the next page.
This should be a possible fix for it.

@MatteoCampinoti94
Copy link
Collaborator

Thanks for letting me know and for the PR!

There is no need to do all those checks for the page, the library is actually designed to fail when it encounters something that unexpected, like a next-page value that is not an integer, so that whoever uses can see something is wrong instead of receiving a seemingly valid value.

@MatteoCampinoti94 MatteoCampinoti94 merged commit 1d82983 into FurryCoders:main Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants