removed loading bar, testing without hlscider

This commit is contained in:
booploops 2022-07-22 03:15:31 -07:00
parent b7036da44d
commit dbe98fe5e3
2 changed files with 116 additions and 106 deletions

View file

@ -43,7 +43,7 @@
this.hls.detachMedia();
} else {
this.hls = new CiderHls(config);
this.hls = new Hls(config);
}
// bind them together
if (this.$refs.video) {
@ -59,7 +59,7 @@
}
this.hls.attachMedia(this.$refs.video);
this.hls.loadSource(this.video);
this.hls.loadSource(this.video, p);
let u = this.hls;
var quality = app.cfg.visual.animated_artwork_qualityLevel;
setTimeout(() => {