fix #955
This commit is contained in:
parent
1eb4c4f622
commit
232593b118
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue