mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove unused configure
This commit is contained in:
parent
c5a9e8f831
commit
0db0e8b944
@ -51,7 +51,6 @@ namespace Jellyfin.Server
|
||||
services
|
||||
.AddTransient<UserAgentDelegatingHandler>()
|
||||
.AddHttpClient<DefaultHttpClient>()
|
||||
.ConfigureHttpClient((sp, options) => {})
|
||||
.ConfigurePrimaryHttpMessageHandler(x => new DefaultHttpClientHandler())
|
||||
.AddHttpMessageHandler<UserAgentDelegatingHandler>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user