mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Unwatched episode count incorrect #6751
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felix920506 on GitHub (Feb 18, 2025).
Description of the bug
The number of unwatched episodes for shows are incorrect.
In some cases, there may be more unwatched episodes displayed than the actual number of episodes.
The seasons seem to be counted as unwatched episodes from the mismatch in numbers
A rescan of scan for new and updated files type seems to fix the problem
Example 1: 13 episodes in 1 season, 1 season total, all unwatched

Total unwatched: 14
Season 1 unwatched: 13

Example 2: 4 seasons total, all watched, showing 4 episodes unwatched

Reproduction steps
What is the current bug behavior?
The number of unwatched episodes of a given show is wrong
What is the expected correct behavior?
the number of unwatched episodes should be correct
Jellyfin Server version
Unstable
Specify commit id
No response
Specify unstable release number
2025021706
Specify version number
No response
Specify the build version
10.11.0
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Feb 19, 2025):
The issue occurs only with migrated media. Refreshing the metadata updates the item count accurately.
@felix920506 commented on GitHub (Apr 27, 2025):
@JPVenson is this one fixed by the linked PR completely?
@JPVenson commented on GitHub (Apr 27, 2025):
@felix920506 not completly. As far as i can tell there is still an issue with specials within seasons that are not counting towards the unwatched indicator. Its a 99.999 percent situation. I would close this and recheck if specials are really supposed to be counted as well