Fixed where a user could see the delete button on the issues page

This commit is contained in:
tidusjar 2016-06-28 14:04:43 +01:00
commit 52fd1c7844
8 changed files with 27 additions and 22 deletions

View file

@ -36,6 +36,7 @@ namespace PlexRequests.UI.Models
public string Title { get; set; }
public string Issues { get; set; }
public string Type { get; set; }
public bool Admin { get; set; }
}
}