update locks

This commit is contained in:
Luke Pulverenti
2016-10-29 19:49:23 -04:00
parent 4807be3b09
commit fd04fddca0
4 changed files with 6 additions and 12 deletions

View File

@@ -206,8 +206,7 @@ namespace MediaBrowser.Providers.Music
return _httpClient.GetResponse(new HttpRequestOptions
{
CancellationToken = cancellationToken,
Url = url,
ResourcePool = FanArtResourcePool
Url = url
});
}