Calendar now using EpisodeResource

This commit is contained in:
Mark McDowall 2013-04-30 18:54:15 -07:00
commit 11cef70406
10 changed files with 61 additions and 93 deletions

View file

@ -28,5 +28,6 @@ namespace NzbDrone.Api.Episodes
public DateTime? EndTime { get; set; }
public DateTime? GrabDate { get; set; }
public PostDownloadStatusType PostDownloadStatus { get; set; }
public Core.Tv.Series Series { get; set; }
}
}