mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00:00
reduce system info refreshing from dashboard
This commit is contained in:
parent
04468452ea
commit
b7a8b92c00
32 changed files with 180 additions and 159 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue