mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Replace Sonarr with Radarr in Test notification messages
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.Notifications.Boxcar
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
return null;
|
return null;
|
||||||
|
@@ -146,7 +146,7 @@ namespace NzbDrone.Core.Notifications.Growl
|
|||||||
Register(settings.Host, settings.Port, settings.Password);
|
Register(settings.Host, settings.Port, settings.Password);
|
||||||
|
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, "TEST", settings.Host, settings.Port, settings.Password);
|
SendNotification(title, body, "TEST", settings.Host, settings.Port, settings.Password);
|
||||||
}
|
}
|
||||||
|
@@ -41,7 +41,7 @@ namespace NzbDrone.Core.Notifications.Join
|
|||||||
public ValidationFailure Test(JoinSettings settings)
|
public ValidationFailure Test(JoinSettings settings)
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr.";
|
const string body = "This is a test message from Radarr.";
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@@ -69,7 +69,7 @@ namespace NzbDrone.Core.Notifications.NotifyMyAndroid
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
Verify(settings.ApiKey);
|
Verify(settings.ApiKey);
|
||||||
SendNotification(title, body, settings.ApiKey, (NotifyMyAndroidPriority)settings.Priority);
|
SendNotification(title, body, settings.ApiKey, (NotifyMyAndroidPriority)settings.Priority);
|
||||||
}
|
}
|
||||||
|
@@ -88,7 +88,7 @@ namespace NzbDrone.Core.Notifications.Prowl
|
|||||||
Verify(settings.ApiKey);
|
Verify(settings.ApiKey);
|
||||||
|
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings.ApiKey);
|
SendNotification(title, body, settings.ApiKey);
|
||||||
}
|
}
|
||||||
|
@@ -93,7 +93,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Sonarr - Test Notification";
|
const string title = "Sonarr - Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
@@ -65,7 +65,7 @@ namespace NzbDrone.Core.Notifications.Pushalot
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
@@ -45,7 +45,7 @@ namespace NzbDrone.Core.Notifications.Telegram
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Sonarr";
|
const string body = "This is a test message from Radarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user