1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Path and Arguments were set to the same number for CustomScript

This commit is contained in:
Mark McDowall 2015-09-03 14:57:38 -07:00
parent 68e12f1c5e
commit 19f09fdb86

View File

@ -22,7 +22,7 @@ public class CustomScriptSettings : IProviderConfig
[FieldDefinition(0, Label = "Path", Type = FieldType.Path)]
public String Path { get; set; }
[FieldDefinition(0, Label = "Arguments", HelpText = "Arguments to pass to the script")]
[FieldDefinition(1, Label = "Arguments", HelpText = "Arguments to pass to the script")]
public String Arguments { get; set; }
public NzbDroneValidationResult Validate()