progress bars on resumable items

pull/702/head
Luke Pulverenti 11 years ago
parent 9d4d2a221b
commit 8290f04e0f

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

Loading…
Cancel
Save