mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Added the api and settings page for Sickrage. Just need to do the tester and hook it up #40
This commit is contained in:
parent
1ebf80d1d1
commit
803b12da0f
12 changed files with 399 additions and 5 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue