mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
reduce system info refreshing from dashboard
This commit is contained in:
@@ -470,7 +470,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
{
|
||||
var message = new HttpRequestMessage(HttpMethod.Get, options.Url);
|
||||
|
||||
foreach (var pair in options.RequestHeaders.ToArray())
|
||||
foreach (var pair in options.RequestHeaders.ToList())
|
||||
{
|
||||
message.Headers.Add(pair.Key, pair.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user