"normalize audio"
This commit is contained in:
parent
1ad7012e32
commit
ddbc3236fd
6 changed files with 96 additions and 8 deletions
|
@ -390,6 +390,9 @@ const app = new Vue({
|
|||
window.localStorage.setItem("currentQueue", JSON.stringify(app.mk.queue.items))
|
||||
};
|
||||
|
||||
// Load saved quality
|
||||
app.mk.bitrate = app.cfg.audio.quality
|
||||
|
||||
// load last played track
|
||||
try {
|
||||
let lastItem = window.localStorage.getItem("currentTrack")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue