Small updates including assembly version

This commit is contained in:
tidusjar 2016-03-01 15:18:01 +00:00
parent 98d143c9b2
commit ced6d989c9
8 changed files with 76 additions and 30 deletions

View file

@ -15,6 +15,7 @@ namespace RequestPlex.Store
public string PosterPath { get; set; }
public DateTime ReleaseDate { get; set; }
public RequestType Type { get; set; }
public string Status { get; set; }
}
public enum RequestType