This commit is contained in:
tidusjar 2016-03-22 08:50:42 +00:00
commit 37fa7809cc
6 changed files with 49 additions and 20 deletions

View file

@ -33,6 +33,7 @@ namespace PlexRequests.Core.SettingModels
{
public class CouchPotatoSettings : Settings
{
public bool Enabled { get; set; }
public string Ip { get; set; }
public int Port { get; set; }
public string ApiKey { get; set; }