mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Renamed AiredAfter to CustomStartDate
This commit is contained in:
parent
15e4a286d1
commit
a7a0a25029
21 changed files with 93 additions and 71 deletions
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
public string Network { get; set; }
|
||||
|
||||
public DateTime? DownloadEpisodesAiredAfter { get; set; }
|
||||
public DateTime? CustomStartDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this <see cref="Series"/> is hidden.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue