1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 07:22:35 +01:00

Clarified Aria2 RPC Path field.

closes #4738
This commit is contained in:
Taloth Saldono 2021-11-06 20:17:20 +01:00
parent 272f8e6136
commit 44a160fa06

View File

@ -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)]