most of #273 done

This commit is contained in:
tidusjar 2016-06-07 14:26:54 +01:00
commit 4808fffcef
15 changed files with 453 additions and 103 deletions

View file

@ -34,7 +34,7 @@ namespace PlexRequests.UI.Models
public int Id { get; set; }
public int RequestId { get; set; }
public string Title { get; set; }
public int Count { get; set; }
public string Issues { get; set; }
public string Type { get; set; }
}