Explorar el Código

Remove unused configure

crobibero hace 4 años
padre
commit
0db0e8b944
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Jellyfin.Server/Startup.cs

+ 0 - 1
Jellyfin.Server/Startup.cs

@@ -51,7 +51,6 @@ namespace Jellyfin.Server
             services
                 .AddTransient<UserAgentDelegatingHandler>()
                 .AddHttpClient<DefaultHttpClient>()
-                .ConfigureHttpClient((sp, options) => {})
                 .ConfigurePrimaryHttpMessageHandler(x => new DefaultHttpClientHandler())
                 .AddHttpMessageHandler<UserAgentDelegatingHandler>();
         }