@Html.Partial("_Sidebar") @{ int port; if (Model.Port == 0) { port = 80; } else { port = Model.Port; } }
Sonarr Settings