mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
Mark where ILogger is being set to null
This commit is contained in:
@@ -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