Removed references to Plex

This commit is contained in:
tidusjar 2017-02-03 22:51:28 +00:00
commit 94bb1ed824
23 changed files with 1821 additions and 1825 deletions

View file

@ -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()