commit
ee9dd935f2
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,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@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 = () => {
|
script.onload = () => {
|
||||||
if (typeof customElements !== 'undefined') {
|
if (typeof customElements !== 'undefined') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue