mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Re-downloading of series images
(cherry picked from commit 26eab7d821950f0c3b46ee53003636959cdb2872)
This commit is contained in:
parent
b0327163ef
commit
41a072613c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ namespace NzbDrone.Common.Http.Dispatchers
|
|||
|
||||
headers.Add(responseMessage.Content.Headers.ToNameValueCollection());
|
||||
|
||||
return new HttpResponse(request, new HttpHeader(responseMessage.Headers), data, responseMessage.StatusCode);
|
||||
return new HttpResponse(request, new HttpHeader(headers), data, responseMessage.StatusCode);
|
||||
}
|
||||
|
||||
protected virtual System.Net.Http.HttpClient GetClient(HttpUri uri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue