mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Because it's 2016!
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user