mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-05 05:37:04 +02:00
Preserve interpunct (·) (#14543)
This commit is contained in:
parent
6f49782b7b
commit
8a8018f0de
@ -48,7 +48,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
|
||||
PersonKind.Producer
|
||||
};
|
||||
|
||||
[GeneratedRegex(@"[\W_]+")]
|
||||
[GeneratedRegex(@"[\W_-[·]]+")]
|
||||
private static partial Regex NonWordRegex();
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user