mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Improved IPT's Cookie Help Text
ref https://www.reddit.com/r/prowlarr/comments/ojlamb/help_needed_with_ipt/h52nxnl/
This commit is contained in:
parent
4c51f09acb
commit
7f514c8f1e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
[FieldDefinition(1, Label = "Base Url", Type = FieldType.Select, SelectOptionsProviderAction = "getUrls", HelpText = "Select which baseurl Prowlarr will use for requests to the site")]
|
||||
public string BaseUrl { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Cookie", HelpText = "Site Cookie")]
|
||||
[FieldDefinition(2, Label = "Cookie", HelpText = "Site Cookie - Both the UID and Pass are required.")]
|
||||
public string Cookie { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "FreeLeech Only", Type = FieldType.Checkbox, Advanced = true, HelpText = "Search Freeleech torrents only")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue