mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
fixed some db issues and added a preview
This commit is contained in:
parent
f1b33cf794
commit
7404fd449a
6 changed files with 14 additions and 12 deletions
|
@ -16,7 +16,7 @@ namespace RequestPlex.Store
|
|||
public DateTime ReleaseDate { get; set; }
|
||||
public RequestType Type { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string RequestedStatus { get; set; }
|
||||
public bool Approved { get; set; }
|
||||
public string RequestedBy { get; set; }
|
||||
public DateTime RequestedDate { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue