mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
remove explicit ‘-‘ support in series name
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Emby.Naming.TV
|
||||
/// Regex that matches titles with year in parentheses, optionally preceded by a minus sign.
|
||||
/// Captures the title (which may be numeric) before the year.
|
||||
/// </summary>
|
||||
[GeneratedRegex(@"^-?(?<title>.+?)\s*\(\d{4}\)")]
|
||||
[GeneratedRegex(@"(?<title>.+?)\s*\(\d{4}\)")]
|
||||
private static partial Regex TitleWithYearRegex();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user