New: PushBullet messages start with NzbDrone to match other applications

This commit is contained in:
Mark McDowall 2014-07-22 06:33:35 -07:00
commit 39ef6123b8
3 changed files with 4 additions and 3 deletions

View file

@ -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);