소스 검색

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>