fix(discover): Fix denied requests displayed as approved (#4901)

This commit is contained in:
sephrat 2023-04-15 21:53:49 +02:00 committed by GitHub
parent bdc0214e1f
commit 1e87f20104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View file

@ -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; }