Started to add the specify Sonarr root folders.

This commit is contained in:
Jamie.Rees 2017-01-23 13:57:52 +00:00
parent ee66cd66e9
commit 1c6e75a413
16 changed files with 316 additions and 59 deletions

View file

@ -58,5 +58,6 @@ namespace Ombi.UI.Models
public Store.EpisodesModel[] Episodes { get; set; }
public bool Denied { get; set; }
public string DeniedReason { get; set; }
public RootFolderModel[] RootFolders { get; set; }
}
}