Skip to content

Commit

Permalink
fix linux download failed bug nondanee#243
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed Sep 16, 2019
1 parent 245adf1 commit ce54f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const pretendPlay = ctx => {
const netease = ctx.netease
let turn = 'http://music.163.com/api/song/enhance/player/url'
let query = null
if(netease.linux){
if(netease.forward){
netease.param = {
ids: `["${netease.param.id}"]`,
br: netease.param.br
Expand Down

0 comments on commit ce54f24

Please sign in to comment.