improve boxset & playlist performance

This commit is contained in:
Luke Pulverenti
2016-08-13 15:53:20 -04:00
parent 6164049919
commit 037c4e8740
4 changed files with 64 additions and 7 deletions

View File

@@ -273,7 +273,7 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
protected virtual IEnumerable<BaseItem> LoadChildren()
{
//Logger.Debug("Loading children from {0} {1}", Id, Path);
//Logger.Debug("Loading children from {0} {1} {2}", GetType().Name, Id, Path);
//just load our children from the repo - the library will be validated and maintained in other processes
return GetCachedChildren();
}