remove nameof

pull/702/head
Luke Pulverenti 8 years ago
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…
Cancel
Save