Convert method to static that doesn't use instance data

(cherry picked from commit a42f97229acb713719c616851db572100f319ad7)
pull/3582/head
Qstick 1 year ago
parent 2a980e64fc
commit 9259ad7d49

@ -241,7 +241,7 @@ namespace NzbDrone.Common.Http.Dispatchers
}
}
private void AddContentHeader(HttpRequestMessage request, string header, string value)
private static void AddContentHeader(HttpRequestMessage request, string header, string value)
{
var headers = request.Content?.Headers;
if (headers == null)

Loading…
Cancel
Save