Luke Pulverenti hace 12 años
padre
commit
b38a41deda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Server.Implementations/Library/LibraryManager.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Library/LibraryManager.cs

@@ -316,7 +316,7 @@ namespace MediaBrowser.Server.Implementations.Library
                 foreach (var special in movie.SpecialFeatures)
                 {
                     // Prevent access to foreach variable in closure
-                    Video special1 = special;
+                    var special1 = special;
                     LibraryItemsCache.AddOrUpdate(special.Id, special, delegate { return special1; });
                 }
             }