im over this

This commit is contained in:
Core 2022-07-30 21:17:11 +01:00
parent 5d45295e6e
commit 96be648c8e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
4 changed files with 14 additions and 7 deletions

View file

@ -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) {