Removed some redundant code
This commit is contained in:
tidusjar 2016-03-24 19:45:02 +00:00
parent 47c0c0daf0
commit 25a8563ee8
9 changed files with 32 additions and 56 deletions

View file

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