浏览代码

Load index children on creation (kinda defeats the purpose of the Ienum and the deferring is still making it not work quite right)

Eric Reed 12 年之前
父节点
当前提交
d519b11272
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
             Parent = parent;
+            LoadSavedChildren();
         }
 
         /// <summary>