Skip to content

Commit

Permalink
Merge remote-tracking branch 'Binaryify/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
twesix committed Dec 29, 2017
2 parents 67bc5f2 + 4dfab51 commit 1c5b466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 网易云音乐 API
网易云音乐 Node.js API
网易云音乐 Node.js API service
<p>
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/v/NeteaseCloudMusicApi.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/l/NeteaseCloudMusicApi.svg" alt="License"></a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "2.7.9",
"version": "2.7.10",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down
1 change: 1 addition & 0 deletions router/loginCellphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ router.get('/', (req, res) => {
cookie,
(music_req, cookie) => {
// console.log(music_req)
cookie = cookie.map(x => x.replace("Domain=.music.163.com", ""))
res.set({
'Set-Cookie': cookie
})
Expand Down

0 comments on commit 1c5b466

Please sign in to comment.