Added absolute episode number to DB

This commit is contained in:
Mark McDowall 2012-10-13 00:07:02 -07:00
commit 070f6bb318
3 changed files with 19 additions and 3 deletions

View file

@ -18,12 +18,10 @@ namespace NzbDrone.Core.Repository
public int EpisodeNumber { get; set; }
public string Title { get; set; }
public DateTime? AirDate { get; set; }
public string Overview { get; set; }
public Boolean Ignored { get; set; }
public PostDownloadStatusType PostDownloadStatus { get; set; }
public int AbsoluteEpisodeNumber { get; set; }
/// <summary>
/// Gets or sets the grab date.