mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-05-10 18:25:35 -04: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.selectedSrc = player.src();
|
||||||
this.update();
|
this.update();
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
|
this.controlText('Open quality selector menu');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue