2
0
Luke Pulverenti 9 жил өмнө
parent
commit
62b0c2605f

+ 1 - 1
MediaBrowser.Model/Extensions/ListHelper.cs

@@ -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);