fixes #222 - Music providers not downloading art.

This commit is contained in:
Luke Pulverenti
2013-05-02 18:32:15 -04:00
parent 9105b065e7
commit 19a95edf58
13 changed files with 221 additions and 32 deletions

View File

@@ -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);
}