mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Added links and api key links to notifications
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user