Nope, turns out I did it wrong
This commit is contained in:
parent
71bf5e3935
commit
5999f7312f
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue