@using Ombi.UI.Helpers @Html.Partial("Shared/Partial/_Sidebar") @{ int port; if (Model.Port == 0) { port = 8989; } else { port = Model.Port; } var rootFolder = string.Empty; if (!string.IsNullOrEmpty(Model.RootPath)) { rootFolder = Model.RootPath.Replace("/", "//"); rootFolder = rootFolder.Replace(@"\", @"\\"); } }
Sonarr Settings
@if (Model.Enabled) { } else { }
@if (Model.Ssl) { } else { }
@if (Model.SeasonFolders) { } else { }