1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add additional ignores from librarymonitor

This commit is contained in:
Luke Pulverenti 2016-09-06 23:38:01 -04:00
parent 1efcc067f0
commit 411bc43282
12 changed files with 40 additions and 81 deletions

View file

@ -135,9 +135,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
features.push('voiceinput');
}
var userAgent = navigator.userAgent.toLowerCase();
if (!browser.mobile || userAgent.indexOf('msapphost') != -1) {
if (!browser.mobile || browser.edgeUwp) {
features.push('htmlaudioautoplay');
features.push('htmlvideoautoplay');
}