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

Fix Safari volume control

This commit is contained in:
gnattu 2024-08-17 10:38:50 +08:00
parent 8bc954468a
commit 2305240cb9
2 changed files with 6 additions and 1 deletions

View file

@ -242,7 +242,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');
}