mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Removed references to Plex
This commit is contained in:
parent
2dfcef980e
commit
94bb1ed824
23 changed files with 1821 additions and 1825 deletions
|
@ -8,12 +8,14 @@
|
|||
{
|
||||
url = "/" + baseUrl.ToHtmlString();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
<div>
|
||||
|
||||
<div hidden="hidden" id="useNewSearch">@Model.CustomizationSettings.NewSearch</div>
|
||||
<h1 id="searchTitle">@UI.Search_Title</h1>
|
||||
<h4>@UI.Search_Paragraph</h4>
|
||||
<h4>@string.Format(UI.Search_Paragraph, Model.Emby ? "Emby" : "Plex")</h4>
|
||||
<br />
|
||||
<!-- Nav tabs -->
|
||||
|
||||
|
@ -583,3 +585,4 @@
|
|||
</script>
|
||||
|
||||
@Html.LoadSearchAssets()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue