jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

:ambulance: Fixed missing items issue in seasons endpoint #470

Closed pushrbx closed 5 months ago

pushrbx commented 5 months ago

I've refactored the getAiredBetween method to do a query of "if premiered field not null query by premiered, otherwise fallback to aired.from and aired.to". This has fixed the issue in my test environment, where I tested whether "Frieren" is the top of the Fall 2023 season, and whether it's not missing.

pushrbx commented 5 months ago

I've tested this again, it works on my machine. :monkey: