mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added links and api key links to notifications
This commit is contained in:
@@ -68,6 +68,7 @@ namespace NzbDrone.Core.Notifications
|
||||
newNotification.Instance = (INotification)_container.Resolve(type);
|
||||
newNotification.Id = i;
|
||||
newNotification.ImplementationName = notification.ImplementationName;
|
||||
newNotification.Link = notification.Link;
|
||||
|
||||
var instanceType = newNotification.Instance.GetType();
|
||||
var baseGenArgs = instanceType.BaseType.GetGenericArguments();
|
||||
|
Reference in New Issue
Block a user