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

This commit is contained in:
Eric Reed 2013-10-14 10:03:18 -04:00
parent b5059152fe
commit d519b11272

View file

@ -40,6 +40,7 @@ namespace MediaBrowser.Controller.Entities
IndexName = indexName;
Parent = parent;
LoadSavedChildren();
}
/// <summary>