Skip to content

Commit

Permalink
Update kuwo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxingran authored Aug 19, 2024
1 parent 0c50e8c commit 828d569
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 @@ -65,7 +65,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_4.9.2.7_B_nuoweida_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 828d569

Please sign in to comment.