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

@ -31,7 +31,6 @@ namespace NzbDrone.Core.Tv
public List<MediaCover.MediaCover> Images { get; set; }
public SeriesTypes SeriesType { get; set; }
public string Network { get; set; }
public DateTime? CustomStartDate { get; set; }
public bool UseSceneNumbering { get; set; }
public string TitleSlug { get; set; }
public string Path { get; set; }