mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
fixes #222 - Music providers not downloading art.
This commit is contained in:
@@ -97,7 +97,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
};
|
||||
|
||||
client = new HttpClient(handler);
|
||||
client.DefaultRequestHeaders.Add("Accept", "application/json,image/*");
|
||||
client.Timeout = TimeSpan.FromSeconds(30);
|
||||
_httpClients.TryAdd(host, client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user