mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-16 17:47:28 +08:00
✨ feat: 添加音质选择 优化灰色歌曲解析
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ if (!fs.existsSync(path.resolve(os.tmpdir(), 'anonymous_token'))) {
|
||||
}
|
||||
|
||||
// 处理解锁音乐请求
|
||||
ipcMain.handle('unblock-music', async (_, id) => {
|
||||
return unblockMusic(id);
|
||||
ipcMain.handle('unblock-music', async (_, id, data) => {
|
||||
return unblockMusic(id, data);
|
||||
});
|
||||
|
||||
import server from 'netease-cloud-music-api-alger/server';
|
||||
|
||||
Reference in New Issue
Block a user