1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-24 16:51:58 +00:00

BuiltIn will be form submitted now.

This commit is contained in:
Mark McDowall 2012-05-04 11:15:49 -07:00
parent 3ee5a3b1fc
commit a4ce8ca094

View file

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