Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/a4ce8ca0946d7ef6cb4ed1b55f8c79595a9a672d?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

BuiltIn will be form submitted now.

pull/3113/head
Mark McDowall 13 years ago
parent 3ee5a3b1fc
commit a4ce8ca094

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