diff --git a/src/preload/cider-preload.js b/src/preload/cider-preload.js index 00da3b8a..2c9b137e 100644 --- a/src/preload/cider-preload.js +++ b/src/preload/cider-preload.js @@ -39,8 +39,7 @@ const MusicKitInterop = { } if (MusicKit.getInstance().nowPlayingItem) { - await this.sleep(1000); - console.log("Auto-updating Playback Rate from " + MusicKit.getInstance().playbackRate + " x to " + app.cfg.audio.playbackRate / 100 + " x"); + await this.sleep(750); MusicKit.getInstance().playbackRate = app.cfg.audio.playbackRate / 100; } });