mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed indent
This commit is contained in:
parent
41246909dc
commit
522d5a7158
@ -176,7 +176,7 @@ namespace Emby.Dlna
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return input.Equals(pattern, StringComparison.OrdinalIgnoreCase)
|
return input.Equals(pattern, StringComparison.OrdinalIgnoreCase)
|
||||||
|| Regex.IsMatch(input, pattern, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant);
|
|| Regex.IsMatch(input, pattern, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant);
|
||||||
}
|
}
|
||||||
catch (ArgumentException ex)
|
catch (ArgumentException ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user