mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: Form data encoding for non-UTF8 indexers
This commit is contained in:
@@ -58,6 +58,7 @@ public class FunFile : TorrentIndexerBase<UserPassTorrentBaseSettings>
|
||||
};
|
||||
|
||||
var authLoginRequest = requestBuilder
|
||||
.SetEncoding(Encoding)
|
||||
.AddFormParameter("username", Settings.Username)
|
||||
.AddFormParameter("password", Settings.Password)
|
||||
.AddFormParameter("returnto", "")
|
||||
|
||||
Reference in New Issue
Block a user