mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Preserve interpunct (·) (#14543)
This commit is contained in:
parent
6f49782b7b
commit
8a8018f0de
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
|
|||
PersonKind.Producer
|
||||
};
|
||||
|
||||
[GeneratedRegex(@"[\W_]+")]
|
||||
[GeneratedRegex(@"[\W_-[·]]+")]
|
||||
private static partial Regex NonWordRegex();
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue