mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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
|
@ -9,6 +9,7 @@ namespace NzbDrone.Api.Notifications
|
|||
{
|
||||
public String Name { get; set; }
|
||||
public String ImplementationName { get; set; }
|
||||
public String Link { get; set; }
|
||||
public Boolean OnGrab { get; set; }
|
||||
public Boolean OnDownload { get; set; }
|
||||
public List<Field> Fields { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue