This commit is contained in:
Core 2022-05-25 03:55:28 +01:00
parent 328a8dd81d
commit 9c47cd5e2c
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -4339,8 +4339,10 @@ const app = new Vue({
return;
}
}
if (!this.isDev) // disable in dev mode to keep my sanity
if (!this.isDev) {
// disable in dev mode to keep my sanity
MusicKitInterop.playPause();
}
},
async MKJSLang() {
let u = this.cfg.general.language;