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

Fixes #1232
This commit is contained in:
Qstick 2018-04-16 18:24:10 -04:00 committed by Leonardo Galli
parent 210902ecb6
commit c592fbf6c8
1 changed files with 2 additions and 3 deletions

View File

@ -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