aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-02 18:32:15 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-02 18:32:15 -0400
commit19a95edf58eb7f412008c75cb8c020512d1cb846 (patch)
treeaff32932a8d530f88dd03d0a124f157d2e5080de /MediaBrowser.Common.Implementations/HttpClientManager
parent9105b065e74555778e221dec50a7dcc3f4b465db (diff)
fixes #222 - Music providers not downloading art.
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs1
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);
}