Update MobileUi

This commit is contained in:
138138138 2022-06-25 19:03:35 +08:00 committed by GitHub
parent e0f6988eb5
commit c7d468578f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ function isMobile() {
if (isMobile()) {
player.mobileUi();
var buttons = ['playToggle', 'volumePanel', 'captionsButton'];
var buttons = ['playToggle', 'volumePanel', 'captionsButton', 'audioTrackButton'];
if (video_data.params.quality !== 'dash') buttons.push('qualitySelector');