diff --git a/js/app.js b/js/app.js index 729b04f..33ed40b 100644 --- a/js/app.js +++ b/js/app.js @@ -383,6 +383,14 @@ async function uploadCoverImage(file) { document.addEventListener('DOMContentLoaded', async () => { await modernSettings.waitPending(); + if (import.meta.env.DEV) { + window.monochrome = { + MusicAPI, + LyricsManager, + Player, + }; + } + // Initialize analytics initAnalytics();