mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-21 20:30:50 +02:00
Add helptext for Jackett API key (#1121)
This commit is contained in:
parent
e26fd22540
commit
f2218006a1
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ public TorrentPotatoSettings()
|
|||
[FieldDefinition(1, Label = "Username", HelpText = "The username you use at your indexer.")]
|
||||
public string User { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Passkey", HelpText = "The password you use at your Indexer,")]
|
||||
[FieldDefinition(2, Label = "Passkey", HelpText = "The password you use at your Indexer (or your API key if you're using Jackett).")]
|
||||
public string Passkey { get; set; }
|
||||
public NzbDroneValidationResult Validate()
|
||||
{
|
||||
return new NzbDroneValidationResult(Validator.Validate(this));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue