lint
This commit is contained in:
parent
90e20b94a8
commit
f1dbfa01ea
2 changed files with 1 additions and 2 deletions
|
@ -293,7 +293,6 @@ class HlsQualitySelectorPlugin {
|
||||||
this._currentQuality = height;
|
this._currentQuality = height;
|
||||||
|
|
||||||
if (this.config.displayCurrentQuality) {
|
if (this.config.displayCurrentQuality) {
|
||||||
console.log(height);
|
|
||||||
this.setButtonInnerText(
|
this.setButtonInnerText(
|
||||||
height === QUALITY_OPTIONS.AUTO
|
height === QUALITY_OPTIONS.AUTO
|
||||||
? QUALITY_OPTIONS.AUTO
|
? QUALITY_OPTIONS.AUTO
|
||||||
|
|
|
@ -4,4 +4,4 @@ export const VIDEO_ALMOST_FINISHED_THRESHOLD = 0.8;
|
||||||
export const AUTO = 'auto';
|
export const AUTO = 'auto';
|
||||||
export const ORIGINAL = 'original';
|
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];
|
||||||
|
|
Loading…
Add table
Reference in a new issue