This commit is contained in:
tidusjar 2017-01-23 22:50:54 +00:00
parent 9121af0042
commit 7fc26df599
19 changed files with 262 additions and 128 deletions

View file

@ -59,5 +59,7 @@ namespace Ombi.UI.Models
public bool Denied { get; set; }
public string DeniedReason { get; set; }
public RootFolderModel[] RootFolders { get; set; }
public bool HasRootFolders { get; set; }
public string CurrentRootPath { get; set; }
}
}