mirror of https://github.com/Radarr/Radarr
Rename DiscordNotifier for less user confusion
This commit is contained in:
parent
4fa1955008
commit
adedbc1bed
|
@ -18,7 +18,7 @@ namespace NzbDrone.Core.Notifications.DiscordNotifier
|
|||
}
|
||||
|
||||
public override string Link => "https://discordnotifier.com";
|
||||
public override string Name => "Discord Notifier";
|
||||
public override string Name => "DiscordNotifier.com";
|
||||
|
||||
public override void OnGrab(GrabMessage message)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue