mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Series without a season causes exception #6862
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 @theguymadmax on GitHub (Mar 31, 2025).
Description of the bug
A series without season data parsed from either the filename or folder causes a NullReferenceException. Seems to be a regression from #13175
Folder structure:
Series library
--Series name (2000)
----Episode 1.mkv
----Episode 2.mkv
Reproduction steps
What is the current bug behavior?
The series will not load.
What is the expected correct behavior?
The series is displayed/played.
Jellyfin Server version.
Master
Specify commit id
216b0a394aSpecify unstable release number
No response
Specify version number
No response
Specify the build version
Dev Server
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response