More work on submitting issues

This commit is contained in:
tidusjar 2016-03-09 12:19:05 +00:00
parent 6c03e3f0ad
commit 3eaf1971ec
5 changed files with 111 additions and 57 deletions

View file

@ -45,5 +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 OtherMessage { get; set; }
}
}