Because it's 2016!

This commit is contained in:
Keivan Beigi
2016-12-08 22:54:15 -08:00
parent 2e36538dcd
commit aba613acd1
220 changed files with 450 additions and 2053 deletions

View File

@@ -21,18 +21,9 @@ namespace NzbDrone.Core.Notifications.Slack
_logger = logger;
}
public override string Name
{
get
{
return "Slack";
}
}
public override string Name => "Slack";
public override string Link
{
get { return "https://my.slack.com/services/new/incoming-webhook/"; }
}
public override string Link => "https://my.slack.com/services/new/incoming-webhook/";
public override void OnGrab(GrabMessage message)
{