diff --git a/dashboard-ui/metadata.html b/dashboard-ui/metadata.html index 607a8aad00..6d59701097 100644 --- a/dashboard-ui/metadata.html +++ b/dashboard-ui/metadata.html @@ -6,12 +6,6 @@
-
-

Some metadata settings have moved

-

You can now configure internet providers and saving of local metadata on a per-library basis.

-

To do this, go to Library setup and click on a library to view the options.

-
-
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 4f2a1294cb..a1f2c1a7bb 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1648,7 +1648,7 @@ var AppInfo = {}; 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) if (preferNativeAlerts && window.alert) { define("alert", [embyWebComponentsBowerPath + "/alert/nativealert"], returnFirstDependency);