1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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
commit 7c460af427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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