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,16 +8,16 @@ namespace NzbDrone.Core.Notifications.Plex
|
|||
{
|
||||
public class PlexClientSettings : INotifcationSettings
|
||||
{
|
||||
[FieldDefinition(0, Label = "Host", HelpText = "Plex Client Host (IP or Hostname)")]
|
||||
[FieldDefinition(0, Label = "Host")]
|
||||
public String Host { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Port", HelpText = "Plex Client Port")]
|
||||
[FieldDefinition(1, Label = "Port")]
|
||||
public Int32 Port { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Username", HelpText = "Username for Plex")]
|
||||
[FieldDefinition(2, Label = "Username")]
|
||||
public String Username { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "Password", HelpText = "Password for Plex")]
|
||||
[FieldDefinition(3, Label = "Password")]
|
||||
public String Password { get; set; }
|
||||
|
||||
public bool IsValid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue