mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added EpisodeAiredAfter to server side
This commit is contained in:
parent
d17d1b294a
commit
713c4225c0
8 changed files with 217 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue