Skip to content

Commit

Permalink
Update aplayer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasy-ke authored Jan 14, 2025
1 parent 2ff95aa commit c3ee3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/js/plugins/aplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
const player = new APlayer({
container: document.getElementById("aplayer"),
fixed: true,
lrcType: 3,
lrcType: theme.plugins.aplayer.lrcType ?? 3,
audio: audioList,
});
document.querySelector(".aplayer-icon-lrc").click();
}
})();
})();

0 comments on commit c3ee3ba

Please sign in to comment.