diff --git a/js/lyrics.js b/js/lyrics.js index 22a31db..006dafe 100644 --- a/js/lyrics.js +++ b/js/lyrics.js @@ -24,7 +24,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@0.5.4/dist/src/am-lyrics.min.js'; + script.src = 'https://cdn.jsdelivr.net/npm/@uimaxbai/am-lyrics@0.6.2/dist/src/am-lyrics.min.js'; script.onload = () => { if (typeof customElements !== 'undefined') { @@ -426,4 +426,4 @@ export function clearFullscreenLyricsSync(container) { container.lyricsCleanup(); container.lyricsCleanup = null; } -} \ No newline at end of file +}