Browse Source

progress bars on resumable items

Luke Pulverenti 12 years ago
parent
commit
8290f04e0f
1 changed files with 1 additions and 1 deletions
  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();
             }
         }