Browse Source

Update MediaBrowser.Controller/Entities/AggregateFolder.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Rich Lander 3 years ago
parent
commit
a16e66615c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Controller/Entities/AggregateFolder.cs

+ 0 - 1
MediaBrowser.Controller/Entities/AggregateFolder.cs

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