aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Folder.cs
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-05-03 21:02:59 -0700
committerTechywarrior <techywarrior@gmail.com>2013-05-03 21:02:59 -0700
commit0eed82c5049ce01b1907db987dc6f97f3d636e21 (patch)
treea1995a80c23854f64158e1698250ae71c9282cd5 /MediaBrowser.Controller/Entities/Folder.cs
parent9d4d2a221bbcc9a99db6373ecd3d93ff3287a4a3 (diff)
parent163a1bdbcb4db04d97925aed496746ce5ef52580 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
-rw-r--r--MediaBrowser.Controller/Entities/Folder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs
index 463e16425..63b6f377b 100644
--- a/MediaBrowser.Controller/Entities/Folder.cs
+++ b/MediaBrowser.Controller/Entities/Folder.cs
@@ -483,7 +483,7 @@ namespace MediaBrowser.Controller.Entities
{
get
{
- return ActualChildren.Values;
+ return ActualChildren.Values.ToList();
}
}