Ver Fonte

progress bars on resumable items

Luke Pulverenti há 12 anos atrás
pai
commit
8290f04e0f
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
             }
         }