This commit is contained in:
Rafael 2022-04-20 16:24:29 -03:00 committed by Thomas Zarebczan
parent 90e20b94a8
commit f1dbfa01ea
2 changed files with 1 additions and 2 deletions

View file

@ -293,7 +293,6 @@ class HlsQualitySelectorPlugin {
this._currentQuality = height;
if (this.config.displayCurrentQuality) {
console.log(height);
this.setButtonInnerText(
height === QUALITY_OPTIONS.AUTO
? QUALITY_OPTIONS.AUTO

View file

@ -4,4 +4,4 @@ export const VIDEO_ALMOST_FINISHED_THRESHOLD = 0.8;
export const AUTO = 'auto';
export const ORIGINAL = 'original';
export const VIDEO_QUALITY_OPTIONS = [AUTO, ORIGINAL, 144, 240, 360, 480, 720, 1080];
export const VIDEO_QUALITY_OPTIONS = [AUTO, ORIGINAL, 144, 240, 360, 480, 720, 1080];