mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
fix(discover): Fix denied requests displayed as approved (#4901)
This commit is contained in:
parent
bdc0214e1f
commit
1e87f20104
4 changed files with 13 additions and 2 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Core.Models.Requests
|
|||
public string Overview { get; set; }
|
||||
public DateTime ReleaseDate { get; set; }
|
||||
public bool Approved { get; set; }
|
||||
public bool Denied { get; set; }
|
||||
public string MediaId { get; set; }
|
||||
|
||||
public string PosterPath { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue