mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Updated NzbDrone to Sonarr in notifications
This commit is contained in:
parent
e226bf19e1
commit
86a12f95d2
10 changed files with 17 additions and 15 deletions
|
@ -58,8 +58,8 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
|||
{
|
||||
try
|
||||
{
|
||||
const string title = "NzbDrone - Test Notification";
|
||||
const string body = "This is a test message from NzbDrone";
|
||||
const string title = "Sonarr - Test Notification";
|
||||
const string body = "This is a test message from Sonarr";
|
||||
|
||||
SendNotification(title, body, settings.ApiKey, settings.DeviceId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue