Notification API Cleanup

This commit is contained in:
Keivan Beigi 2016-12-27 23:52:20 -08:00 committed by GitHub
parent 03b83ed226
commit a34e69b35b
24 changed files with 227 additions and 224 deletions

View file

@ -24,6 +24,8 @@ namespace NzbDrone.Core.Notifications.CustomScript
_logger = logger;
}
public override string Name => "Custom Script";
public override string Link => "https://github.com/Sonarr/Sonarr/wiki/Custom-Post-Processing-Scripts";
public override void OnGrab(GrabMessage message)
@ -95,7 +97,6 @@ namespace NzbDrone.Core.Notifications.CustomScript
ExecuteScript(environmentVariables);
}
public override string Name => "Custom Script";
public override ValidationResult Test()
{