added animated artwork quality, settings now uses approute

This commit is contained in:
booploops 2021-12-25 00:00:46 -08:00
parent 489340f237
commit 599a9130a9
4 changed files with 17 additions and 2 deletions

View file

@ -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);
}
})
}