Preserve interpunct (·) (#14543)

This commit is contained in:
theguymadmax 2025-07-27 22:09:50 -04:00 committed by GitHub
parent 6f49782b7b
commit 8a8018f0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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