Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
d519b11272
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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>