New: Added check to ensure FW is enabled before opening and closing ports.

This commit is contained in:
Mark McDowall 2012-01-25 18:00:17 -08:00
commit ab7d3ebcc5
2 changed files with 32 additions and 11 deletions

View file

@ -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; }
}
}