@using Ombi.UI.Helpers @inherits Ombi.UI.Helpers.EmptyViewBase @{ var baseUrl = Html.GetBaseUrl(); var formAction = string.Empty; if (!string.IsNullOrEmpty(baseUrl.ToHtmlString())) { formAction = "/" + baseUrl.ToHtmlString(); } }
@if (Model.NoticeEnable && (!Model.EnabledNoticeTime || Model.NoticeActive)) {

Notice

@Html.Raw(Model.NoticeMessage)
@if (Model.EnabledNoticeTime) { }
}

Checking...

The Media server is Loading... (check this page for continuous status updates)
Continue