diff --git a/src/main/index.ts b/src/main/index.ts index 300a7058..ce2d043d 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -50,10 +50,8 @@ app.on('ready', () => { }) console.log('[Cider][Widevine] Status:', components.status()); - - + Cider.bwCreated(); win.on("ready-to-show", () => { - Cider.bwCreated(); console.debug('[Cider] Window is Ready.') CiderPlug.callPlugins('onReady', win); win.show(); diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 0c61a79c..c31d6198 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -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;