jellyseerr
jellyseerr copied to clipboard
fix: count combined episodes
Description
Jellyfin allows combined episodes, like S01E01-E02, but seasons containing such episodes are only recognized as Partially Available. This PR should fix that by calculating the episode count using IndexNumberEnd and IndexNumber.
Example File Name: Mr. Robot - S02E01-E02 - eps2.0unm4sk.tc.mkv
Screenshot (if UI-related)
Before

After

To-Dos
- [x] Successful build
yarn build - [x] Translation keys
yarn i18n:extract - ~Database migration (if required)~