diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-13 18:40:51 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:38 +0100 |
| commit | 3d3ec3588b523bd6f47795886ef9bdaebc850f95 (patch) | |
| tree | 7e70c8a7cff36a5875c6152c1907f8fe0170d8bb /MediaBrowser.Controller/Providers/DirectoryService.cs | |
| parent | 0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca (diff) | |
Mark where ILogger is being set to null
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/DirectoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index 2d97e0b88..95f1e1c6c 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -27,7 +27,7 @@ namespace MediaBrowser.Controller.Providers } public DirectoryService(IFileSystem fileSystem) - : this(null, fileSystem) // TODO change + : this(null, fileSystem) // TODO: @bond NullLogger { } |
