Fixed: Re-downloading of series images

(cherry picked from commit 26eab7d821950f0c3b46ee53003636959cdb2872)
This commit is contained in:
Mark McDowall 2022-10-26 17:05:14 -07:00 committed by Qstick
parent b0327163ef
commit 41a072613c
1 changed files with 1 additions and 1 deletions

View File

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