Fix compilation error

This commit is contained in:
Mark Monteiro 2020-03-03 01:10:26 +01:00
parent 9a6c279473
commit a4bf645ba5
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton(JsonSerializer);
// TODO: Support for injecting ILogger should be deprecated in favour of ILogger<T> and this removed
serviceCollection.AddSingleton<ILogger>(_logger);
serviceCollection.AddSingleton<ILogger>(Logger);
serviceCollection.AddSingleton(FileSystemManager);
serviceCollection.AddSingleton<TvDbClientManager>();