Added the api and settings page for Sickrage. Just need to do the tester and hook it up #40

This commit is contained in:
tidusjar 2016-03-19 12:25:44 +00:00
parent 1ebf80d1d1
commit 803b12da0f
12 changed files with 399 additions and 5 deletions

View file

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