mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 02:32:27 +01:00
parent
4b8c739b5c
commit
3e32f7d49f
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