mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +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
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user