aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
diff options
context:
space:
mode:
authortheguymadmax <theguymadmax@proton.me>2025-07-27 22:09:50 -0400
committerGitHub <noreply@github.com>2025-07-27 20:09:50 -0600
commit8a8018f0de8b428831ec3d1e86d5cba9b40a8079 (patch)
tree6fa591b8fe3fb8c7338b533046c97b7db176bf2b /MediaBrowser.Providers
parent6f49782b7b77bd5f5f0fae1ec74f6454729303df (diff)
Preserve interpunct (·) (#14543)
Diffstat (limited to 'MediaBrowser.Providers')
-rw-r--r--MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs b/MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs
index a7c93ac4c..afbada3b3 100644
--- a/MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs
+++ b/MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs
@@ -48,7 +48,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
PersonKind.Producer
};
- [GeneratedRegex(@"[\W_]+")]
+ [GeneratedRegex(@"[\W_-[·]]+")]
private static partial Regex NonWordRegex();
/// <summary>