mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Remove the need for NullLogger
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
previouslyFailedImages = new List<string>();
|
||||
}
|
||||
|
||||
var directoryService = new DirectoryService(_fileSystem);
|
||||
var directoryService = new DirectoryService(_logger, _fileSystem);
|
||||
|
||||
foreach (var video in videos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user