Some error handling and ensure we are an admin to delete requests.

Also started on the approval of everything
This commit is contained in:
tidusjar 2016-03-08 14:26:26 +00:00
parent 2935bee30d
commit 0942bfcbcc
18 changed files with 436 additions and 58 deletions

View file

@ -44,5 +44,6 @@ namespace PlexRequests.UI.Models
public string RequestedDate { get; set; }
public string ReleaseYear { get; set; }
public bool Available { get; set; }
public bool Admin { get; set; }
}
}