Backport pull request #5920 from jellyfin-web/release-10.9.z

Fix Safari volume control

Original-merge: 90236c25ee1b0bbad5723c15264d3a8d6a3479db

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
gnattu
2024-08-25 02:47:25 -04:00
committed by Joshua M. Boniface
parent 9a3cba06d1
commit cceb1a5935
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ const supportedFeatures = function () {
features.push('fullscreenchange');
}
if (browser.tv || browser.xboxOne || browser.ps4 || browser.mobile) {
if (browser.tv || browser.xboxOne || browser.ps4 || browser.mobile || browser.ipad) {
features.push('physicalvolumecontrol');
}