Преглед изворни кода

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>