Skip to content

Commit

Permalink
Revert "feat(provider/pyncmd): try to query jymaster tone"
Browse files Browse the repository at this point in the history
This tone is basically created using AI, just a waste of traffic.

This reverts commit 2e38215.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Nov 4, 2023
1 parent 8d6bf13 commit 2e0a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/pyncmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const track = (info) => {
'https://csm.sayqz.com/api/?type=apiSongUrlV1&id=' +
info.id +
'&level=' +
['jymaster', 'exhigh'].slice(
['hires', 'exhigh'].slice(
select.ENABLE_FLAC ? 0 : 1,
select.ENABLE_FLAC ? 1 : 2
);
Expand Down

0 comments on commit 2e0a643

Please sign in to comment.