Explorar el Código

progress bars on resumable items

Luke Pulverenti hace 12 años
padre
commit
8290f04e0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Controller/Entities/Folder.cs

+ 1 - 1
MediaBrowser.Controller/Entities/Folder.cs

@@ -483,7 +483,7 @@ namespace MediaBrowser.Controller.Entities
         {
             get
             {
-                return ActualChildren.Values;
+                return ActualChildren.Values.ToList();
             }
         }