From 0dd6c4a49aa0f17f7c9f9e64909f9f6fb6ab5139 Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 21 Nov 2018 17:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=8C=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=88=97=E8=A1=A8=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#380=20#381?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 2 +- module/playlist_detail.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 33bfef9..18c535f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,5 @@ # 更新日志 -### 3.0.5 | 2018.11.21 +### 3.0.6 | 2018.11.21 - 修复歌单详情列表失效的问题 #380 #381 ### 3.0.4 | 2018.11.15 diff --git a/module/playlist_detail.js b/module/playlist_detail.js index abe2d8e..441b81e 100644 --- a/module/playlist_detail.js +++ b/module/playlist_detail.js @@ -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} ) } \ No newline at end of file diff --git a/package.json b/package.json index afa1ff3..fd29e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "3.0.5", + "version": "3.0.6", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab