Преглед на файлове

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>