Added the issues to the requests page

This commit is contained in:
tidusjar 2016-03-09 14:37:10 +00:00
parent 759540c837
commit 0556e4d32b
7 changed files with 73 additions and 52 deletions

View file

@ -45,7 +45,7 @@ namespace PlexRequests.UI.Models
public string ReleaseYear { get; set; }
public bool Available { get; set; }
public bool Admin { get; set; }
public IssueState Issues { get; set; }
public string Issues { get; set; }
public string OtherMessage { get; set; }
}
}