mirror of
https://gitea.invidious.io/iv-org/videojs-quality-selector.git
synced 2024-08-15 00:43:13 +00:00
Fixes #7 Add localized control text to quality selector menu button
This commit is contained in:
parent
2f64bfbced
commit
cc7f670cce
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ module.exports = function(videojs) {
|
|||
this.selectedSrc = player.src();
|
||||
this.update();
|
||||
}.bind(this));
|
||||
|
||||
this.controlText('Open quality selector menu');
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue