Work on showing the requests for #32

This commit is contained in:
tidusjar 2016-04-01 23:24:29 +01:00
parent e037ad0f2b
commit a5d38421d3
7 changed files with 201 additions and 13 deletions

View file

@ -51,5 +51,6 @@ namespace PlexRequests.UI.Models
public string OtherMessage { get; set; }
public string AdminNotes { get; set; }
public string TvSeriesRequestType { get; set; }
public string MusicBrainzId { get; set; }
}
}