Updated notification titles to sonarr

This commit is contained in:
Keivan Beigi
2014-11-15 20:11:50 -08:00
parent eb5de4a3fa
commit c0a46e04b8
4 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
public override void OnGrab(string message)
{
const string header = "NzbDrone [TV] - Grabbed";
const string header = "Sonarr [TV] - Grabbed";
if (Settings.Notify)
{
@@ -32,7 +32,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
public override void OnDownload(DownloadMessage message)
{
const string header = "NzbDrone [TV] - Downloaded";
const string header = "Sonarr [TV] - Downloaded";
if (Settings.Notify)
{