added animated artwork quality, settings now uses approute
This commit is contained in:
parent
489340f237
commit
599a9130a9
4 changed files with 17 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
this.hls.attachMedia(this.$refs.video);
|
||||
this.hls.loadSource(this.video);
|
||||
this.hls.loadLevel = 0;
|
||||
this.hls.loadLevel = parseInt(app.cfg.visual.animated_artwork_qualityLevel || 1);
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue