Update MediaBrowser.Controller/Entities/AggregateFolder.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Rich Lander
2021-07-23 14:19:48 -07:00
committed by GitHub
parent 32616d15f2
commit a16e66615c

View File

@@ -57,7 +57,6 @@ namespace MediaBrowser.Controller.Entities
return false;
}
protected override FileSystemMetadata[] GetFileSystemChildren(IDirectoryService directoryService)
{
return CreateResolveArgs(directoryService, true).FileSystemChildren;