remove forced volumeosd load for edge
This commit is contained in:
+1
-1
@@ -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"]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user