mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Renamed AiredAfter to CustomStartDate
This commit is contained in:
@@ -53,8 +53,8 @@ namespace NzbDrone.Web.Models
|
||||
[Description("Should NzbDrone search for missing episodes every 30 days?")]
|
||||
public int BacklogSetting { get; set; }
|
||||
|
||||
[DisplayName("Download Episodes Aired After")]
|
||||
[Description("Should NzbDrone only download episodes a certain date?")]
|
||||
public string DownloadEpisodesAiredAfter { get; set; }
|
||||
[DisplayName("Custom Start Date")]
|
||||
[Description("Should NzbDrone only download episodes after your preferred start date?")]
|
||||
public string CustomStartDate { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user