mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
Path and Arguments were set to the same number for CustomScript
This commit is contained in:
parent
68e12f1c5e
commit
19f09fdb86
@ -22,7 +22,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
||||
[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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user