mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Add Denied and DeniedReason on the SearchViewModel
This commit is contained in:
parent
56948035f9
commit
f8fcc9bea9
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,8 @@ namespace Ombi.Core.Models.Search
|
|||
{
|
||||
public int Id { get; set; }
|
||||
public bool Approved { get; set; }
|
||||
public bool? Denied { get; set; }
|
||||
public string DeniedReason { get; set; }
|
||||
public bool Requested { get; set; }
|
||||
public int RequestId { get; set; }
|
||||
public bool Available { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue