mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Updated notification titles to sonarr
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user