mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-15 08:29:27 +00:00
Fix notifiation in Ntfy on test from Radarr to Sonarr
This commit is contained in:
parent
0fbf61199f
commit
1b599c7e76
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue