mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
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:
@@ -40,6 +40,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
IndexName = indexName;
|
||||
Parent = parent;
|
||||
LoadSavedChildren();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user