Revert some accidental changes.

This commit is contained in:
Kevin Stubbs 2017-10-16 11:43:40 -07:00
parent e7bba46933
commit 5acb5aca51

View file

@ -357,7 +357,7 @@
});
var _sources = [{ src: 'auto', type: 'application/x-mpegURL', label: 'auto', res: 'auto'}];
playlists.map(function(value){
_sources.push({
src: value.uri,
@ -434,4 +434,4 @@
// register the plugin
videojs.plugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher);
})(window, videojs);
})();
})();