mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New: Added check to ensure FW is enabled before opening and closing ports.
This commit is contained in:
parent
340f05aef4
commit
ab7d3ebcc5
2 changed files with 32 additions and 11 deletions
|
@ -45,7 +45,7 @@ namespace NzbDrone.Web.Models
|
|||
public bool Monitored { get; set; }
|
||||
|
||||
[DisplayName("Backlog Setting")]
|
||||
[Description("Should NzbDrone download past missing episodes?")]
|
||||
[Description("Should NzbDrone search for missing episodes every 30 days?")]
|
||||
public int BacklogSetting { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue