Browse Source

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti 11 years ago
parent
commit
a1a36e610a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Controller/Entities/IndexFolder.cs

+ 1 - 0
MediaBrowser.Controller/Entities/IndexFolder.cs

@@ -40,6 +40,7 @@ namespace MediaBrowser.Controller.Entities
 
 
             IndexName = indexName;
             IndexName = indexName;
             Parent = parent;
             Parent = parent;
+            LoadSavedChildren();
         }
         }
 
 
         /// <summary>
         /// <summary>