mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +01:00
Remove the need for NullLogger
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user