mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Passwords inputs are now the correct type. Fix configure_indexer not returning errors. Fix build warning. Change AB, HDT, MTTV, PHD, ST to use generic web client.
This commit is contained in:
@@ -58,8 +58,7 @@ namespace Jackett.Indexers
|
||||
Url = SiteLink.ToString(),
|
||||
PostData = pairs,
|
||||
Referer = SiteLink.ToString(),
|
||||
Type = RequestType.POST,
|
||||
AutoRedirect = true
|
||||
Type = RequestType.POST
|
||||
});
|
||||
|
||||
cookieHeader = response.Cookies;
|
||||
|
Reference in New Issue
Block a user