diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 18:32:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 18:32:15 -0400 |
| commit | 19a95edf58eb7f412008c75cb8c020512d1cb846 (patch) | |
| tree | aff32932a8d530f88dd03d0a124f157d2e5080de /MediaBrowser.Common.Implementations/HttpClientManager | |
| parent | 9105b065e74555778e221dec50a7dcc3f4b465db (diff) | |
fixes #222 - Music providers not downloading art.
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs index c707209ea..dd02bdc09 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs @@ -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); } |
