im over this
This commit is contained in:
parent
5d45295e6e
commit
96be648c8e
4 changed files with 14 additions and 7 deletions
|
@ -1183,11 +1183,6 @@ export class BrowserWindow {
|
|||
app.quit();
|
||||
})
|
||||
|
||||
app.on('before-quit', () => {
|
||||
|
||||
})
|
||||
|
||||
|
||||
ipcMain.on('play', (_event, type, id) => {
|
||||
BrowserWindow.win.webContents.executeJavaScript(`
|
||||
MusicKit.getInstance().setQueue({ ${type}: '${id}', parameters : {l : app.mklang}}).then(function(queue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue