diff --git a/js/lyrics.js b/js/lyrics.js index f1f4935..c3b0125 100644 --- a/js/lyrics.js +++ b/js/lyrics.js @@ -368,7 +368,7 @@ export class LyricsManager { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.type = 'module'; - script.src = 'https://cdn.jsdelivr.net/npm/@uimaxbai/am-lyrics@latest/dist/src/am-lyrics.min.js'; + script.src = 'https://cdn.jsdelivr.net/npm/@uimaxbai/am-lyrics/dist/src/am-lyrics.min.js'; script.onload = () => { if (typeof customElements !== 'undefined') {