Removed CustomStartDate

This commit is contained in:
Mark McDowall 2013-07-23 21:39:55 -07:00
commit 7689b50dee
9 changed files with 19 additions and 188 deletions

View file

@ -35,7 +35,6 @@ namespace NzbDrone.Api.Series
//Editing Only
public Boolean SeasonFolder { get; set; }
public Boolean Monitored { get; set; }
public DateTime? CustomStartDate { get; set; }
public Boolean UseSceneNumbering { get; set; }
public Int32 Runtime { get; set; }