This commit is contained in:
tidusjar 2016-03-15 14:03:07 +00:00
parent 15d1b9f525
commit 67ecbbf178
7 changed files with 112 additions and 16 deletions

View file

@ -47,5 +47,6 @@ namespace PlexRequests.UI.Models
public bool Admin { get; set; }
public string Issues { get; set; }
public string OtherMessage { get; set; }
public string AdminNotes { get; set; }
}
}