This commit is contained in:
tidusjar 2017-01-27 22:24:35 +00:00
commit ffc3d6aa8a
4 changed files with 13 additions and 2 deletions

View file

@ -32,6 +32,13 @@ namespace Ombi.Core.SettingModels
public string ApiKey { get; set; }
public string QualityProfile { get; set; }
public bool SeasonFolders { get; set; }
/// <summary>
/// This is the root path ID
/// </summary>
/// <value>
/// The root path.
/// </value>
public string RootPath { get; set; }
public string FullRootPath { get; set; }
}
}