mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix compilation error
This commit is contained in:
parent
9a6c279473
commit
a4bf645ba5
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user