1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

New: Renamed Growl application to Sonarr (breaking)

This commit is contained in:
Mark McDowall
2020-10-02 15:00:02 -07:00
parent dc184601a8
commit 5fb8ac9685

View File

@@ -21,8 +21,7 @@ namespace NzbDrone.Core.Notifications.Growl
{
private readonly Logger _logger;
//TODO: Change this to Sonarr, but it is a breaking change (v3)
private readonly Application _growlApplication = new Application("NzbDrone");
private readonly Application _growlApplication = new Application("Sonarr");
private readonly NotificationType[] _notificationTypes;
private class GrowlRequestState