mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Clarified Aria2 RPC Path field.
closes #6709 (cherry picked from commit 44a160fa067940770525312063ce7d749f6fd212)
This commit is contained in:
parent
13c03d9958
commit
6a8f6dc5f7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public Aria2Settings()
|
|||
[FieldDefinition(1, Label = "Port", Type = FieldType.Number)]
|
||||
public int Port { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "RPC Path", Type = FieldType.Textbox)]
|
||||
[FieldDefinition(2, Label = "XML RPC Path", Type = FieldType.Textbox)]
|
||||
public string RpcPath { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "Use SSL", Type = FieldType.Checkbox)]
|
||||
|
|
Loading…
Reference in a new issue