fix airplay in safari
This commit is contained in:
parent
1a737012b3
commit
34df6baf22
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ function tryRemoveElement(elem) {
|
|||
return false;
|
||||
}
|
||||
|
||||
static isAirPlayEnabled() {
|
||||
isAirPlayEnabled() {
|
||||
if (document.AirPlayEnabled) {
|
||||
return !!document.AirplayElement;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue