fix locale in now playing
This commit is contained in:
parent
58652594bc
commit
bed6548fc1
7 changed files with 19 additions and 14 deletions
|
@ -527,7 +527,7 @@ export class BrowserWindow {
|
|||
|
||||
ipcMain.on('play', (_event, type, id) => {
|
||||
BrowserWindow.win.webContents.executeJavaScript(`
|
||||
MusicKit.getInstance().setQueue({ ${type}: '${id}'}).then(function(queue) {
|
||||
MusicKit.getInstance().setQueue({ ${type}: '${id}', parameters : {l : app.mklang}}).then(function(queue) {
|
||||
MusicKit.getInstance().play();
|
||||
});
|
||||
`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue