mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Fix notifiation in Ntfy on test from Radarr to Sonarr
(cherry picked from commit 1b599c7e765b10ce043cbf6b127143cc737b378a)
This commit is contained in:
parent
685a24e476
commit
eb764832ed
1 changed files with 2 additions and 2 deletions
|
|
@ -70,9 +70,9 @@ public ValidationFailure Test(NtfySettings settings)
|
|||
{
|
||||
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…
Reference in a new issue