diff --git a/components/Player.js b/components/Player.js index 3c741f94..16357f38 100644 --- a/components/Player.js +++ b/components/Player.js @@ -71,10 +71,10 @@ const Player = () => { fixed='true' type='playlist' preload='auto' - lrc-type={siteConfig('MUSIC_PLAYER_METING_LRC_TYPE')} + // lrc-type={siteConfig('MUSIC_PLAYER_METING_LRC_TYPE')} api={siteConfig( 'MUSIC_PLAYER_METING_API', - 'https://api.i-meto.com/meting/api' + 'https://api.i-meto.com/meting/api?server=:server&type=:type&id=:id&r=:r' )} autoplay={autoPlay} order={siteConfig('MUSIC_PLAYER_ORDER')}