mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Added links and api key links to notifications
This commit is contained in:
parent
35d29df864
commit
625acef635
23 changed files with 90 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue