This commit is contained in:
vapormusic 2022-06-05 18:49:50 +07:00
parent 1eb4c4f622
commit 232593b118
2 changed files with 3 additions and 2 deletions

View file

@ -828,7 +828,8 @@ const app = new Vue({
user: `${user.username}#${user.discriminator}`,
userid: user.id
}));
}
}})
ipcRenderer.on('getUpdatedLocalList', (event,data) => {
console.log("cider-local",data);
this.library.localsongs = data;