mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-03-01 02:15:25 +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…
x
Reference in New Issue
Block a user