diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-29 21:41:22 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-29 21:41:22 -0500 |
| commit | 858be5d7885587320b389328484bbdf102fc9363 (patch) | |
| tree | f6342fc772592e0328093a4c2bf73c273c682a01 /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 8c34f863fb6c6c282a87837138b3d620170099d8 (diff) | |
update built in studio images
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index fed206a305..912b8fa93c 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -413,6 +413,7 @@ namespace MediaBrowser.Controller.Entities EntityResolutionHelper.EnsureDates(FileSystem, currentChild, child.ResolveArgs, false); } + currentChild.IsInMixedFolder = child.IsInMixedFolder; validChildren.Add(new Tuple<BaseItem, bool>(currentChild, true)); } else |
