@using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.MiscSettingsModel @{ Layout = null; }
Enabling Backlog searching will use lots of bandwidth, not recommended when using block accounts or you have bandwidth restrictions
@using (Html.BeginForm("SaveMisc", "Settings", FormMethod.Post, new { id = "MiscForm", name = "MiscForm", @class = "settingsForm" })) { @Html.CheckBoxFor(m => m.EnableBacklogSearching, new { @class = "inputClass checkClass" }) @Html.CheckBoxFor(m => m.AutoIgnorePreviouslyDownloadedEpisodes, new { @class = "inputClass checkClass" })
}