small wip changes

This commit is contained in:
Jamie Rees 2019-08-19 16:30:54 +01:00
commit e54ec746d6
7 changed files with 113 additions and 37 deletions

View file

@ -35,5 +35,8 @@ namespace Ombi.Core.Models.Search.V2
{
public int ProviderId { get; set; }
public string Overview { get; set; }
public RequestType Type { get; set; }
public DateTime ReleaseDate { get; set; }
public string RequestStatus { get; set; }
}
}