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

@ -26,6 +26,7 @@ namespace PlexRequests.Store
public string AdminNote { get; set; }
public int[] SeasonList { get; set; }
public int SeasonCount { get; set; }
public string SeasonsRequested { get; set; }
}
public enum RequestType