Browse Source

Update MediaBrowser.Controller/Entities/AggregateFolder.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Rich Lander 4 năm trước cách đây
mục cha
commit
a16e66615c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;