BuiltIn will be form submitted now.

pull/4/head
Mark McDowall 12 years ago
parent 3ee5a3b1fc
commit a4ce8ca094

@ -45,5 +45,6 @@
@Html.HiddenFor(x => x.Id, new {@class = "newznabProviderId"})
@Html.Hidden("cleanId", idClean, new {@class = "cleanId"})
@Html.HiddenFor(m => m.BuiltIn)
</div>
}
Loading…
Cancel
Save