fix airplay in safari

This commit is contained in:
nyanmisaka 2020-11-21 13:20:44 +08:00
parent 1a737012b3
commit 34df6baf22

View File

@ -1539,7 +1539,7 @@ function tryRemoveElement(elem) {
return false;
}
static isAirPlayEnabled() {
isAirPlayEnabled() {
if (document.AirPlayEnabled) {
return !!document.AirplayElement;
}