mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 16:43:25 +01:00
Updated config definition to match Jacketts config definition
This commit is contained in:
parent
dbbb6bf0d1
commit
593231c3af
1 changed files with 7 additions and 1 deletions
|
|
@ -8,10 +8,16 @@ namespace NzbDrone.Core.Migration
|
|||
{
|
||||
public class JackettIndexerConfigDefintion
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string type { get; set; } //DO NOT THINK THIS IS REQUIRED
|
||||
public string name { get; set; } //Again doubt it's needed
|
||||
public string value { get; set; }
|
||||
|
||||
//BELOW ARE THE DIFFERENT THINGS FROM NIT
|
||||
//TODO: Update to ensure json matches up with Prowlarrs
|
||||
public string Cookie { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string MFA { get; set; }
|
||||
public string 2FA { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Pid { get; set; }
|
||||
public string Pin { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue