diff --git a/src/preload/cider-preload.js b/src/preload/cider-preload.js index 0f55e657..104fd17c 100644 --- a/src/preload/cider-preload.js +++ b/src/preload/cider-preload.js @@ -111,3 +111,5 @@ process.once('loaded', () => { console.log("Setting ipcRenderer") global.MusicKitInterop = MusicKitInterop; }); + +console.log('Congratulations! You found an easteregg https://www.youtube.com/watch?v=iik25wqIuFo');