Add the ability to hide quality options

Related to https://github.com/iv-org/invidious/pull/3011
This commit is contained in:
Émilien Devos 2022-04-13 21:01:08 +00:00 committed by Emilien Devos
parent 65505995d6
commit 294c48d119
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ module.exports = function(videojs) {
createItems() {
var player = this.player(),
sources = player.currentSources();
sources = sources.filter(function(element) {
return element.hidequalityoption == undefined;
});
return _.map(sources, function(source) {
return new QualityOption(player, {