Fixed: Register as Radarr to avoid issues with Sonarr (#2715)

Fixes #1232
pull/2512/merge
Qstick 6 years ago committed by Leonardo Galli
parent 210902ecb6
commit c592fbf6c8

@ -20,9 +20,8 @@ namespace NzbDrone.Core.Notifications.Growl
public class GrowlService : IGrowlService
{
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("Radarr");
private readonly NotificationType[] _notificationTypes;
private class GrowlRequestState

Loading…
Cancel
Save