Update MediaBrowser.Controller/Entities/Folder.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
Rich Lander 2021-08-11 13:38:23 -07:00 committed by GitHub
parent e72868f72b
commit ad6f27143f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,7 @@ namespace MediaBrowser.Controller.Entities
/// Loads our children. Validation will occur externally.
/// We want this synchronous.
/// </summary>
/// <returns>Returns cached children</returns>
/// <returns>Returns children.</returns>
protected virtual List<BaseItem> LoadChildren()
{
// logger.LogDebug("Loading children from {0} {1} {2}", GetType().Name, Id, Path);