Added EpisodeAiredAfter to server side

This commit is contained in:
Mark McDowall 2012-09-18 18:30:30 -07:00
commit 713c4225c0
8 changed files with 217 additions and 2 deletions

View file

@ -48,6 +48,8 @@ namespace NzbDrone.Core.Repository
public string Network { get; set; }
public DateTime? DownloadEpisodesAiredAfter { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="Series"/> is hidden.
/// </summary>