JICA98 / DailyAL

DailyAL - MyAnimeList Client
MIT License
91 stars 1 forks source link

Missing Anime Episode Countdown #8

Closed Titoot closed 4 months ago

Titoot commented 5 months ago

Great app! This is the best alternative I have seen.

I noticed a bug and I'm glad to help improve it.

https://github.com/JICA98/DailyAL/blob/48c038463b64620cb7832b68825b4299ed3e645e/lib/api/dalapi.dart#L212 In this code segment, it retrieves timestamps from the API and filters by season (e.g., winter). However, the current running season is spring, and some animes are being filtered out even though they still have episodes to release.

For example, "Solo Leveling" is a winter season anime, but it's missing when using the spring season filter: Winter Season API. image image

Also, I'm curious why it's implemented this way and not like an API endpoint to retrieve specific anime by ID.

feelsavvy commented 5 months ago

Thanks for the compliment, choosing our app, and the bug report. Our developer is busy working on fixes, but we'll get back to you as soon as possible.