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
1 changed files with 1 additions and 2 deletions

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