Added links and api key links to notifications

This commit is contained in:
Mark McDowall
2013-07-27 13:57:41 -07:00
parent 35d29df864
commit 625acef635
23 changed files with 90 additions and 9 deletions

View File

@@ -21,6 +21,11 @@ namespace NzbDrone.Core.Notifications.Plex
get { return "Plex Client"; }
}
public override string Link
{
get { return "http://www.plexapp.com/"; }
}
public override void OnGrab(string message)
{
const string header = "NzbDrone [TV] - Grabbed";