mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Remove log statement
Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
2ab6a7c3a3
commit
0888fce5a2
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
var hls = new Hls({ autoStartLoad: false });
|
||||
hls.loadSource(playlist);
|
||||
hls.attachMedia(newVideo);
|
||||
console.log(hls);
|
||||
hls.on(Hls.Events.MANIFEST_PARSED, function () {
|
||||
hls.loadLevel = 0;
|
||||
var availableLevels = hls.levels.map(function(level) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue