mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-05 19:42:21 +02:00
Revert some accidental changes.
This commit is contained in:
parent
e7bba46933
commit
5acb5aca51
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue