Merge pull request #37 from uimaxbai/main
Bump am-lyrics version to 0.6.2
This commit is contained in:
commit
3077cbf32e
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ export class LyricsManager {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.type = 'module';
|
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 = () => {
|
script.onload = () => {
|
||||||
if (typeof customElements !== 'undefined') {
|
if (typeof customElements !== 'undefined') {
|
||||||
|
|
@ -426,4 +426,4 @@ export function clearFullscreenLyricsSync(container) {
|
||||||
container.lyricsCleanup();
|
container.lyricsCleanup();
|
||||||
container.lyricsCleanup = null;
|
container.lyricsCleanup = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue