mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove nameof
This commit is contained in:
parent
1bd3b22c81
commit
62b0c2605f
@ -10,7 +10,7 @@ namespace MediaBrowser.Model.Extensions
|
||||
{
|
||||
if (value == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(value));
|
||||
throw new ArgumentNullException("value");
|
||||
}
|
||||
|
||||
return list.Contains(value, StringComparer.OrdinalIgnoreCase);
|
||||
|
Loading…
x
Reference in New Issue
Block a user