mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
fix airplay in safari
This commit is contained in:
parent
1a737012b3
commit
34df6baf22
@ -1539,7 +1539,7 @@ function tryRemoveElement(elem) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static isAirPlayEnabled() {
|
||||
isAirPlayEnabled() {
|
||||
if (document.AirPlayEnabled) {
|
||||
return !!document.AirplayElement;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user