Skip to content

Commit

Permalink
Update kuwo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
catsimple authored Jun 17, 2024
1 parent a918455 commit 3155f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/kuwo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const track = (id) => {
const url = crypto.kuwoapi
? 'http://mobi.kuwo.cn/mobi.s?f=kuwo&q=' +
crypto.kuwoapi.encryptQuery(
'corp=kuwo&source=kwplayer_ar_1.1.9_oppo_118980_320.apk&p2p=1&type=convert_url2&sig=0&format=' +
'corp=kuwo&source=kwplayer_ar_5.1.0.0_B_jiakong_vh.apk&p2p=1&type=convert_url2&sig=0&format=' +
['flac', 'mp3']
.slice(select.ENABLE_FLAC ? 0 : 1)
.join('|') +
Expand Down

0 comments on commit 3155f08

Please sign in to comment.