mirror of
https://github.com/Readarr/Readarr
synced 2026-01-27 09:53:29 +01:00
Fixed: NZBGet Settings hint mentions Sabnzbd
closes #1044 (cherrypicked from Sonarr 2ad4e21aadbb2b6c94e4af529b2329e224ce4f8e)
This commit is contained in:
parent
3fac1c23b2
commit
2acc3f4584
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public NzbgetSettings()
|
|||
[FieldDefinition(1, Label = "Port", Type = FieldType.Textbox)]
|
||||
public int Port { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Use SSL", Type = FieldType.Checkbox, HelpText = "Use secure connection when connecting to Sabnzbd")]
|
||||
[FieldDefinition(2, Label = "Use SSL", Type = FieldType.Checkbox, HelpText = "Use secure connection when connecting to NZBGet")]
|
||||
public bool UseSsl { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "Url Base", Type = FieldType.Textbox, Advanced = true, HelpText = "Adds a prefix to the nzbget url, e.g. http://[host]:[port]/[urlBase]/jsonrpc")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue