mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -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
|
@ -23,6 +23,11 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||
get { return "Pushover"; }
|
||||
}
|
||||
|
||||
public override string Link
|
||||
{
|
||||
get { return "https://pushover.net/"; }
|
||||
}
|
||||
|
||||
public override void OnGrab(string message)
|
||||
{
|
||||
const string title = "Episode Grabbed";
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||
{
|
||||
public class PushoverSettings : INotifcationSettings
|
||||
{
|
||||
[FieldDefinition(0, Label = "User Key")]
|
||||
[FieldDefinition(0, Label = "User Key", HelpLink = "https://pushover.net/")]
|
||||
public String UserKey { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Priority", Type = FieldType.Select, SelectOptions = typeof(PushoverPriority) )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue