mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2024-11-30 09:00:55 +00:00
Fixes #7 Add localized control text to quality selector menu button
This commit is contained in:
parent
2f64bfbced
commit
cc7f670cce
@ -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…
Reference in New Issue
Block a user