Clarified Aria2 RPC Path field.

closes #2465

(cherry picked from commit 44a160fa067940770525312063ce7d749f6fd212)
pull/2468/head
Taloth Saldono 3 years ago committed by Qstick
parent cc9e073dc6
commit 54161c44d3

@ -32,7 +32,7 @@ namespace NzbDrone.Core.Download.Clients.Aria2
[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…
Cancel
Save