1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

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

View File

@ -20,9 +20,8 @@ public interface IGrowlService
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