progress bars on resumable items

This commit is contained in:
Luke Pulverenti 2013-05-03 22:33:44 -04:00
parent 9d4d2a221b
commit 8290f04e0f

View file

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