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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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