Update MobileUi

このコミットが含まれているのは:
138138138 2022-06-25 19:03:35 +08:00 committed by GitHub
コミット c7d468578f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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');