diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-05-03 21:02:59 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-05-03 21:02:59 -0700 |
| commit | 0eed82c5049ce01b1907db987dc6f97f3d636e21 (patch) | |
| tree | a1995a80c23854f64158e1698250ae71c9282cd5 /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 9d4d2a221bbcc9a99db6373ecd3d93ff3287a4a3 (diff) | |
| parent | 163a1bdbcb4db04d97925aed496746ce5ef52580 (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.cs | 2 |
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(); } } |
