Fix notifiation in Ntfy on test from Radarr to Sonarr

pull/5390/head
PearsonFlyer 1 year ago committed by Qstick
parent 0fbf61199f
commit 1b599c7e76

@ -70,9 +70,9 @@ namespace NzbDrone.Core.Notifications.Ntfy
{
try
{
const string title = "Radarr - Test Notification";
const string title = "Sonarr - Test Notification";
const string body = "This is a test message from Radarr";
const string body = "This is a test message from Sonarr";
SendNotification(title, body, settings);
}

Loading…
Cancel
Save