Merge pull request #2094 from nyanmisaka/fix-airplay

Fix Airplay in Safari
This commit is contained in:
dkanada
2020-11-21 15:10:51 +09:00
committed by GitHub
+1 -1
View File
@@ -1539,7 +1539,7 @@ function tryRemoveElement(elem) {
return false;
}
static isAirPlayEnabled() {
isAirPlayEnabled() {
if (document.AirPlayEnabled) {
return !!document.AirplayElement;
}