!wip added base url field in Ombi Settings #1513

This commit is contained in:
Jamie.Rees 2017-09-26 09:59:13 +01:00
parent ccb1bd30d0
commit 16a579d7fa
8 changed files with 42 additions and 13 deletions

View file

@ -2,7 +2,7 @@
{
public class OmbiSettings : Models.Settings
{
//public string BaseUrl { get; set; }
public string BaseUrl { get; set; }
public bool CollectAnalyticData { get; set; }
public bool Wizard { get; set; }
public string ApiKey { get; set; }