Edge issues are fixed, so the popup goes.

This commit is contained in:
Tamius Han 2021-01-10 16:12:20 +01:00
parent 7cb378029c
commit 7e403e3406

View File

@ -485,9 +485,9 @@ class PlayerData {
* NOTE: this method needs to be deleted once Edge gets its shit together.
*/
showEdgeNotification() {
if (BrowserDetect.isEdgeUA && !this.settings.active.mutedNotifications?.browserSpecific?.edge?.brokenDrm?.[window.hostname]) {
this.ui = new PlayerUi(this.element, this.settings);
}
// if (BrowserDetect.isEdgeUA && !this.settings.active.mutedNotifications?.browserSpecific?.edge?.brokenDrm?.[window.hostname]) {
// this.ui = new PlayerUi(this.element, this.settings);
// }
}
}