mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Updated notification titles to sonarr
This commit is contained in:
@@ -21,13 +21,13 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||
|
||||
public override void OnGrab(string message)
|
||||
{
|
||||
const string header = "NzbDrone [TV] - Grabbed";
|
||||
const string header = "Sonarr [TV] - Grabbed";
|
||||
_plexService.Notify(Settings, header, message);
|
||||
}
|
||||
|
||||
public override void OnDownload(DownloadMessage message)
|
||||
{
|
||||
const string header = "NzbDrone [TV] - Downloaded";
|
||||
const string header = "Sonarr [TV] - Downloaded";
|
||||
_plexService.Notify(Settings, header, message.Message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user