Преглед на файлове

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
Mark Monteiro преди 5 години
родител
ревизия
189f005846
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Emby.Server.Implementations/ApplicationHost.cs

+ 0 - 2
Emby.Server.Implementations/ApplicationHost.cs

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