Skip to content

Commit 434099e

Browse files
committed
removed [TV] from Kodi notifications
1 parent c9d7e54 commit 434099e

File tree

1 file changed

+2
-2
lines changed
  • src/NzbDrone.Core/Notifications/Xbmc

1 file changed

+2
-2
lines changed

src/NzbDrone.Core/Notifications/Xbmc/Xbmc.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public override string Link
2727

2828
public override void OnGrab(string message)
2929
{
30-
const string header = "Sonarr [TV] - Grabbed";
30+
const string header = "Sonarr - Grabbed";
3131

3232
Notify(Settings, header, message);
3333
}
3434

3535
public override void OnDownload(DownloadMessage message)
3636
{
37-
const string header = "Sonarr [TV] - Downloaded";
37+
const string header = "Sonarr - Downloaded";
3838

3939
Notify(Settings, header, message.Message);
4040
UpdateAndClean(message.Series, message.OldFiles.Any());

0 commit comments

Comments
 (0)