mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Save and add, notif settings cleanup
This commit is contained in:
parent
7f59062215
commit
f7c340d795
15 changed files with 151 additions and 43 deletions
|
@ -8,13 +8,13 @@ namespace NzbDrone.Core.Notifications.Growl
|
|||
{
|
||||
public class GrowlSettings : INotifcationSettings
|
||||
{
|
||||
[FieldDefinition(0, Label = "Host", HelpText = "Growl Host (IP or Hostname)")]
|
||||
[FieldDefinition(0, Label = "Host")]
|
||||
public String Host { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Port", HelpText = "Growl Port")]
|
||||
[FieldDefinition(1, Label = "Port")]
|
||||
public Int32 Port { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Password", HelpText = "Password for Growl")]
|
||||
[FieldDefinition(2, Label = "Password")]
|
||||
public String Password { get; set; }
|
||||
|
||||
public bool IsValid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue