@using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.Partial("Shared/Partial/_Sidebar") @{ int port; if (Model.Port == 0) { port = 8096; } else { port = Model.Port; } }
Emby Settings @Html.Checkbox(Model.Enable, "Enable", "Enabled")
@if (Model.Ssl) { } else { }
@Html.Checkbox(Model.EnableEpisodeSearching, "EnableEpisodeSearching", "Enable Episode Searching") @Html.ToolTip("This will allow Ombi to search through all of the episodes stored on Emby")