mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: PushBullet messages start with NzbDrone to match other applications
This commit is contained in:
parent
9b17a3787d
commit
39ef6123b8
3 changed files with 4 additions and 3 deletions
|
@ -58,7 +58,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
|||
{
|
||||
try
|
||||
{
|
||||
const string title = "Test Notification";
|
||||
const string title = "NzbDrone - Test Notification";
|
||||
const string body = "This is a test message from NzbDrone";
|
||||
|
||||
SendNotification(title, body, settings.ApiKey, settings.DeviceId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue