mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07: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 @@ namespace NzbDrone.Core.Indexers.TorrentPotato
|
||||||
[FieldDefinition(1, Label = "Username", HelpText = "The username you use at your indexer.")]
|
[FieldDefinition(1, Label = "Username", HelpText = "The username you use at your indexer.")]
|
||||||
public string User { get; set; }
|
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 string Passkey { get; set; }
|
||||||
public NzbDroneValidationResult Validate()
|
public NzbDroneValidationResult Validate()
|
||||||
{
|
{
|
||||||
return new NzbDroneValidationResult(Validator.Validate(this));
|
return new NzbDroneValidationResult(Validator.Validate(this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue