diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-14 20:17:29 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:38 +0100 |
| commit | b7ebb67cbbad8c670215a3c24401a1047bbaea5e (patch) | |
| tree | d557170c76be0480e58813c3cf359d0043c3adec /MediaBrowser.Controller/Providers/DirectoryService.cs | |
| parent | 3d3ec3588b523bd6f47795886ef9bdaebc850f95 (diff) | |
Remove the need for NullLogger
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/DirectoryService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index 95f1e1c6c..27d65a3e2 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -26,11 +26,6 @@ namespace MediaBrowser.Controller.Providers _fileSystem = fileSystem; } - public DirectoryService(IFileSystem fileSystem) - : this(null, fileSystem) // TODO: @bond NullLogger - { - } - public FileSystemMetadata[] GetFileSystemEntries(string path) { FileSystemMetadata[] entries; |
