Remove IConfiguration from service collection

This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways
This commit is contained in:
Mark Monteiro 2020-02-28 23:35:53 +01:00
parent 48f8118072
commit 189f005846
1 changed files with 0 additions and 2 deletions

View File

@ -664,8 +664,6 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton<IApplicationPaths>(ApplicationPaths);
serviceCollection.AddSingleton<IConfiguration>(_configuration);
serviceCollection.AddSingleton(JsonSerializer);
serviceCollection.AddSingleton(LoggerFactory);