mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -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
|
@ -22,6 +22,11 @@ namespace NzbDrone.Core.Notifications.Email
|
|||
get { return "Email"; }
|
||||
}
|
||||
|
||||
public override string Link
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public override void OnGrab(string message)
|
||||
{
|
||||
const string subject = "NzbDrone [TV] - Grabbed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue