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 GitHub
parent aa06e72932
commit ab84380b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ module.exports = function(videojs) {
createItems: function() {
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, {