mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Fixed: Register as Radarr to avoid issues with Sonarr (#2715)
Fixes #1232
This commit is contained in:
@@ -21,8 +21,7 @@ namespace NzbDrone.Core.Notifications.Growl
|
|||||||
{
|
{
|
||||||
private readonly Logger _logger;
|
private readonly Logger _logger;
|
||||||
|
|
||||||
//TODO: Change this to Sonarr, but it is a breaking change (v3)
|
private readonly Application _growlApplication = new Application("Radarr");
|
||||||
private readonly Application _growlApplication = new Application("NzbDrone");
|
|
||||||
private readonly NotificationType[] _notificationTypes;
|
private readonly NotificationType[] _notificationTypes;
|
||||||
|
|
||||||
private class GrowlRequestState
|
private class GrowlRequestState
|
||||||
|
Reference in New Issue
Block a user