-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Describe the bug
When tracking Chinese donghua (anime) with a continuous release format (no real seasonal split), Yamtrack displays an incorrect total episode count. Instead of using the full episode count from MyAnimeList, Yamtrack shows a much lower, incorrect number, resulting in progress like 123/25 or 181/52.
To Reproduce
Steps to reproduce the behavior:
- Add the Chinese anime Xian Ni (Renegade Immortal) to Yamtrack.
- Set the watched episode to a high number (e.g., episode 123).
- Check the progress shown on the Home page or Your History.
- Notice that the progress is displayed as
123/25instead of123/128.
The same issue occurs with:
- Doupo Cangqiong: Nian Fan (Battle Through The Heavens – Season 5)
- Current episodes: 181
- Displayed progress:
181/52
Expected behavior
For anime with a continuous release and no true seasonal structure, Yamtrack should display progress using the correct total episode count (e.g., 123/128 for Xian Ni), rather than an incorrect lower value.
Screenshots
N/A (issue is visible on both Home and Your History).
Error logs
N/A
Yamtrack version: Demo page / latest version
Database: SQLite (default)
Additional context
This issue also occurs on the Yamtrack demo pages, so it does not appear to be user- or database-specific. The problem seems related to how Yamtrack calculates or maps total episode counts for ongoing Chinese donghua with continuous releases.