progress bars on resumable items
This commit is contained in:
parent
9d4d2a221b
commit
8290f04e0f
|
@ -483,7 +483,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
{
|
||||
get
|
||||
{
|
||||
return ActualChildren.Values;
|
||||
return ActualChildren.Values.ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user