This commit is contained in:
tidusjar 2017-02-21 21:16:10 +00:00
commit 09a06bd6f0
2 changed files with 2 additions and 7 deletions

View file

@ -23,6 +23,8 @@
<form class="form-horizontal" method="POST" id="mainForm">
<fieldset>
<legend>Radarr Settings</legend>
<input hidden="hidden" name="FullRootPath" id="fullRootPath" value="@Model.FullRootPath" />
@Html.Checkbox(Model.Enabled, "Enabled", "Enabled")