mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Register as Radarr to avoid issues with Sonarr (#2715)
Fixes #1232
This commit is contained in:
parent
210902ecb6
commit
c592fbf6c8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue