mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Remove not in use ContentType header for auth requests for AvistaZ
This commit is contained in:
@@ -122,7 +122,6 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
|
||||
.AddFormParameter("username", Settings.Username)
|
||||
.AddFormParameter("password", Settings.Password)
|
||||
.AddFormParameter("pid", Settings.Pid.Trim())
|
||||
.SetHeader("Content-Type", "application/json")
|
||||
.Accept(HttpAccept.Json)
|
||||
.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user