Skip to content

Commit 6511630

Browse files
authored
fix(provider/kuwo): rework track api
1 parent 845aba8 commit 6511630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/kuwo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const track = (id) => {
6363
const url = crypto.kuwoapi
6464
? 'http://mobi.kuwo.cn/mobi.s?f=kuwo&q=' +
6565
crypto.kuwoapi.encryptQuery(
66-
'corp=kuwo&source=kwplayer_ar_5.1.0.0_B_jiakong_vh.apk&p2p=1&type=convert_url2&sig=0&format=' +
66+
'user=0&corp=kuwo&source=kwplayer_ar_5.1.0.0_B_jiakong_vh.apk&p2p=1&type=convert_url2&sig=0&format=' +
6767
['flac', 'mp3']
6868
.slice(select.ENABLE_FLAC ? 0 : 1)
6969
.join('|') +

0 commit comments

Comments
 (0)