force ciderhls to load lowest quality artwork

This commit is contained in:
vapormusic 2021-12-25 11:05:17 +07:00
parent 3c92dc5e83
commit bd66494f9b
2 changed files with 6 additions and 2 deletions

View file

@ -43,7 +43,7 @@
}
this.hls.attachMedia(this.$refs.video);
this.hls.loadSource(this.video);
this.hls.loadLevel = 4;
this.hls.loadLevel = 0;
}
})
}