Add AirPlay for html audioplayer only if is safari desktop
This commit is contained in:
parent
90fc207c9e
commit
70f1557086
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ function getSupportedFeatures() {
|
|||
list.push('PlaybackRate');
|
||||
}
|
||||
|
||||
if (browser.safari || browser.iOS || browser.iPad) {
|
||||
if (browser.safari) {
|
||||
list.push('AirPlay');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue