mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 01:02:05 +00:00
BuiltIn will be form submitted now.
This commit is contained in:
parent
3ee5a3b1fc
commit
a4ce8ca094
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue