diff --git a/src/NzbDrone.Core/Notifications/CustomScript/CustomScriptSettings.cs b/src/NzbDrone.Core/Notifications/CustomScript/CustomScriptSettings.cs index fca85951c7..55a3178599 100644 --- a/src/NzbDrone.Core/Notifications/CustomScript/CustomScriptSettings.cs +++ b/src/NzbDrone.Core/Notifications/CustomScript/CustomScriptSettings.cs @@ -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()