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

remove forced volumeosd load for edge

This commit is contained in:
vitorsemeano 2019-03-14 23:40:56 +00:00
parent 70d66f6455
commit 9dde221c07

View file

@ -1224,7 +1224,7 @@ var AppInfo = {};
require(["playerSelectionMenu", "components/playback/remotecontrolautoplay"]);
}
if (!(appHost.supports("physicalvolumecontrol") && !browser.touch || browser.edge)) {
if (!appHost.supports("physicalvolumecontrol") || browser.touch) {
require(["components/playback/volumeosd"]);
}