mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
parent
6d154041b9
commit
e3fdea2ec9
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ namespace Emby.Dlna
|
|||
{
|
||||
try
|
||||
{
|
||||
return Regex.IsMatch(input, pattern);
|
||||
return Regex.IsMatch(input, pattern, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant) || input.Contains(pattern, StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
catch (ArgumentException ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue