Loading src/js/vjs-components/ResolutionSwitchingButton.js +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ class ResolutionSwitchingButton extends VjsButtonResBBase { tech = window.videojs.getTech(techName); // Check if the browser supports this technology if (tech.isSupported()) { if (tech !== undefined && tech.isSupported()) { // Loop through each source object for (let a = 0, b = sources; a < b.length; a++) { Loading Loading
src/js/vjs-components/ResolutionSwitchingButton.js +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ class ResolutionSwitchingButton extends VjsButtonResBBase { tech = window.videojs.getTech(techName); // Check if the browser supports this technology if (tech.isSupported()) { if (tech !== undefined && tech.isSupported()) { // Loop through each source object for (let a = 0, b = sources; a < b.length; a++) { Loading