mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -120,8 +120,8 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
||||
{
|
||||
try
|
||||
{
|
||||
const string title = "Lidarr - Test Notification";
|
||||
const string body = "This is a test message from Lidarr";
|
||||
const string title = "Readarr - Test Notification";
|
||||
const string body = "This is a test message from Readarr";
|
||||
|
||||
SendNotification(title, body, settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user