mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-12 21:27:45 +02:00
Update MobileUi
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user