We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述bug 启用meting之后 无论 MUSIC_PLAYER_METING_SERVER 和 MUSIC_PLAYER_METING_ID 这两项为任何值 均只自动加载api默认的歌单
期望的正常结果 希望MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID能够正常加载
复现步骤 在Notion的配置中心中指定 MUSIC_PLAYER_METING_SERVER 为netease,MUSIC_PLAYER_METING_ID为12618061357,api为 https://api.i-meto.com/meting/api 时 加载的歌单是这个api地址的默认解析歌单 但是指定MUSIC_PLAYER_METING_API的值为 https://api.i-meto.com/meting/api?server=netease&type=playlist&id=12618061357 时,能够正确加载歌单,以当前的Player.js版本来看,MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID的值对解析结果不造成任何影响,歌单加载只和MUSIC_PLAYER_METING_API有关,希望修复。
环境
补充说明 即便从Player.js直接修改,加载仍不成功。
The text was updated successfully, but these errors were encountered:
參考:#2584 我的回復
Sorry, something went wrong.
tangly1024
No branches or pull requests
描述bug
启用meting之后 无论 MUSIC_PLAYER_METING_SERVER 和 MUSIC_PLAYER_METING_ID 这两项为任何值 均只自动加载api默认的歌单
期望的正常结果
希望MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID能够正常加载
复现步骤
在Notion的配置中心中指定 MUSIC_PLAYER_METING_SERVER 为netease,MUSIC_PLAYER_METING_ID为12618061357,api为 https://api.i-meto.com/meting/api 时 加载的歌单是这个api地址的默认解析歌单 但是指定MUSIC_PLAYER_METING_API的值为 https://api.i-meto.com/meting/api?server=netease&type=playlist&id=12618061357 时,能够正确加载歌单,以当前的Player.js版本来看,MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID的值对解析结果不造成任何影响,歌单加载只和MUSIC_PLAYER_METING_API有关,希望修复。
环境
补充说明
即便从Player.js直接修改,加载仍不成功。
The text was updated successfully, but these errors were encountered: