mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-13 03:17:20 +00:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -20,10 +20,10 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
||||
private static readonly CustomScriptSettingsValidator Validator = new CustomScriptSettingsValidator();
|
||||
|
||||
[FieldDefinition(0, Label = "Path", Type = FieldType.Path)]
|
||||
public String Path { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Arguments", HelpText = "Arguments to pass to the script")]
|
||||
public String Arguments { get; set; }
|
||||
public string Arguments { get; set; }
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user