Preserve interpunct (·) (#14543)

This commit is contained in:
theguymadmax
2025-07-27 22:09:50 -04:00
committed by GitHub
parent 6f49782b7b
commit 8a8018f0de

View File

@@ -48,7 +48,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
PersonKind.Producer
};
[GeneratedRegex(@"[\W_]+")]
[GeneratedRegex(@"[\W_-[·]]+")]
private static partial Regex NonWordRegex();
/// <summary>