remove meting lcr-type

This commit is contained in:
SnowWarri0r
2024-12-30 01:18:36 +08:00
parent 9b80c149bf
commit e7067b7cd5

View File

@@ -71,10 +71,10 @@ const Player = () => {
fixed='true' fixed='true'
type='playlist' type='playlist'
preload='auto' preload='auto'
lrc-type={siteConfig('MUSIC_PLAYER_METING_LRC_TYPE')} // lrc-type={siteConfig('MUSIC_PLAYER_METING_LRC_TYPE')}
api={siteConfig( api={siteConfig(
'MUSIC_PLAYER_METING_API', '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} autoplay={autoPlay}
order={siteConfig('MUSIC_PLAYER_ORDER')} order={siteConfig('MUSIC_PLAYER_ORDER')}