mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
consolidate internal interfaces
This commit is contained in:
parent
b9b2921907
commit
19051edaa7
2 changed files with 1 additions and 7 deletions
|
@ -6,12 +6,6 @@
|
||||||
|
|
||||||
<form class="metadataConfigurationForm">
|
<form class="metadataConfigurationForm">
|
||||||
|
|
||||||
<div style="margin:1em 0;background: #e8e8e8;padding: 1em;">
|
|
||||||
<h1 style="margin-top:.5em;">Some metadata settings have moved</h1>
|
|
||||||
<p>You can now configure internet providers and saving of local metadata on a per-library basis.</p>
|
|
||||||
<p>To do this, go to Library setup and click on a library to view the options.</p>
|
|
||||||
</div>
|
|
||||||
<br/>
|
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
|
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1648,7 +1648,7 @@ var AppInfo = {};
|
||||||
define("imageFetcher", [embyWebComponentsBowerPath + "/images/basicimagefetcher"], returnFirstDependency);
|
define("imageFetcher", [embyWebComponentsBowerPath + "/images/basicimagefetcher"], returnFirstDependency);
|
||||||
}
|
}
|
||||||
|
|
||||||
var preferNativeAlerts = (browser.mobile && !browser.animate) || browser.tv || browser.xboxOne || browser.ps4;
|
var preferNativeAlerts = browser.tv || browser.xboxOne || browser.ps4;
|
||||||
// use native alerts if preferred and supported (not supported in opera tv)
|
// use native alerts if preferred and supported (not supported in opera tv)
|
||||||
if (preferNativeAlerts && window.alert) {
|
if (preferNativeAlerts && window.alert) {
|
||||||
define("alert", [embyWebComponentsBowerPath + "/alert/nativealert"], returnFirstDependency);
|
define("alert", [embyWebComponentsBowerPath + "/alert/nativealert"], returnFirstDependency);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue