Sfoglia il codice sorgente

Remove unused configure

crobibero 4 anni fa
parent
commit
0db0e8b944
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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>();
         }