jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
851 stars 94 forks source link

EpisodesParser's `getHasNextPage` method returns true even if there is no more pages #501

Closed pushrbx closed 1 year ago

pushrbx commented 1 year ago

Related: https://github.com/jikan-me/jikan-rest/issues/329

Tested with: https://myanimelist.net/anime/44511/Chainsaw_Man/episode

https://api.jikan.moe/v4/anime/44511/episodes?page=1

It should return false when there are no more pages left.