mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
removed [TV] from Kodi notifications
This commit is contained in:
@@ -27,14 +27,14 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
||||
|
||||
public override void OnGrab(string message)
|
||||
{
|
||||
const string header = "Sonarr [TV] - Grabbed";
|
||||
const string header = "Sonarr - Grabbed";
|
||||
|
||||
Notify(Settings, header, message);
|
||||
}
|
||||
|
||||
public override void OnDownload(DownloadMessage message)
|
||||
{
|
||||
const string header = "Sonarr [TV] - Downloaded";
|
||||
const string header = "Sonarr - Downloaded";
|
||||
|
||||
Notify(Settings, header, message.Message);
|
||||
UpdateAndClean(message.Series, message.OldFiles.Any());
|
||||
|
Reference in New Issue
Block a user