mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Many UI Updates and Performance Tweaks
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using FluentValidation.Results;
|
||||
using NLog;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Common.Http;
|
||||
using NzbDrone.Common.Serializer;
|
||||
using NzbDrone.Core.Notifications.Slack.Payloads;
|
||||
using NzbDrone.Core.Rest;
|
||||
using NzbDrone.Core.Movies;
|
||||
using NzbDrone.Core.Validation;
|
||||
using RestSharp;
|
||||
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Slack
|
||||
@@ -26,7 +22,6 @@ namespace NzbDrone.Core.Notifications.Slack
|
||||
}
|
||||
|
||||
public override string Name => "Slack";
|
||||
|
||||
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