mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Mark where ILogger is being set to null
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
}
|
||||
|
||||
public DirectoryService(IFileSystem fileSystem)
|
||||
: this(null, fileSystem) // TODO change
|
||||
: this(null, fileSystem) // TODO: @bond NullLogger
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
public bool EnableRemoteContentProbe { get; set; }
|
||||
|
||||
public MetadataRefreshOptions(IFileSystem fileSystem)
|
||||
: this(new DirectoryService(null, fileSystem)) // TODO
|
||||
: this(new DirectoryService(null, fileSystem)) // TODO: @bond NullLogger
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user