修复歌单详情列表失效的问题 #380 #381

This commit is contained in:
binaryify 2018-11-21 17:06:17 +08:00
parent f3eb7df160
commit 0dd6c4a49a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 更新日志
### 3.0.5 | 2018.11.21
### 3.0.6 | 2018.11.21
- 修复歌单详情列表失效的问题 #380 #381
### 3.0.4 | 2018.11.15

View File

@ -8,6 +8,6 @@ module.exports = (query, request) => {
}
return request(
'POST', `https://music.163.com/weapi/v3/playlist/detail`, data,
{crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
{crypto: 'linuxapi', cookie: query.cookie, proxy: query.proxy}
)
}

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "3.0.5",
"version": "3.0.6",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",