From bb69f30626fa741f8cdb9c8122bd2e59cf69abb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E4=B8=AD=E8=96=B0=E9=A3=8E?= Date: Tue, 2 Apr 2024 11:49:08 +0800 Subject: [PATCH] fixup url --- components/Player.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Player.js b/components/Player.js index 8c252615..081a6c3e 100644 --- a/components/Player.js +++ b/components/Player.js @@ -67,6 +67,7 @@ const Player = () => { type="playlist" preload="auto" lrc-type={siteConfig('MUSIC_PLAYER_METING_LRC_TYPE')} + api={siteConfig('MUSIC_PLAYER_METING_API')} autoplay={autoPlay} order={siteConfig('MUSIC_PLAYER_ORDER')} server={siteConfig('MUSIC_PLAYER_METING_SERVER')}