mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14824] [MERGED] Fix TV Series parsing containing only numbers. #14133
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14824
Author: @CodyEngel
Created: 9/20/2025
Status: ✅ Merged
Merged: 11/27/2025
Merged by: @nielsvanvelzen
Base:
master← Head:fix-numeric-titles📝 Commits (3)
da31d0csupport series that are numeric onlybd9a44cremove explicit ‘-‘ support in series name2508e83update summary docs📊 Changes
2 files changed (+22 additions, -0 deletions)
View changed files
📝
Emby.Naming/TV/SeriesResolver.cs(+21 -0)📝
tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs(+1 -0)📄 Description
Changes
Updates SeriesResolver to handle series names that only contain numbers such as 1923.
Issues
Fixes #13875
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.