Add AirPlay for html audioplayer only if is safari desktop
This commit is contained in:
@@ -538,7 +538,7 @@ function getSupportedFeatures() {
|
||||
list.push('PlaybackRate');
|
||||
}
|
||||
|
||||
if (browser.safari || browser.iOS || browser.iPad) {
|
||||
if (browser.safari) {
|
||||
list.push('AirPlay');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user