mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-11 11:33:02 +03:00
Fix clean regex
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Emby.Naming.Audio
|
||||
_options = options;
|
||||
}
|
||||
|
||||
[GeneratedRegex(@"([-\.\(\)]|\s+)")]
|
||||
[GeneratedRegex(@"[-\.\(\)\s]+")]
|
||||
private static partial Regex CleanRegex();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user