Properly using Xem now

This commit is contained in:
Mark McDowall 2012-10-16 22:00:28 -07:00
parent 4b5d20cefe
commit c9c967fa1d
15 changed files with 438 additions and 1 deletions

View file

@ -22,6 +22,9 @@ namespace NzbDrone.Core.Repository
public Boolean Ignored { get; set; }
public PostDownloadStatusType PostDownloadStatus { get; set; }
public int AbsoluteEpisodeNumber { get; set; }
public int SceneAbsoluteEpisodeNumber { get; set; }
public int SceneSeasonNumber { get; set; }
public int SceneEpisodeNumber { get; set; }
/// <summary>
/// Gets or sets the grab date.