Skip to content

Commit

Permalink
Update pyncmd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleRey authored Sep 9, 2023
1 parent a012240 commit 9230367
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 @@ -4,7 +4,7 @@ const { getManagedCacheStorage } = require('../cache');

const track = (info) => {
const url =
'https://pyncmd.apis.imouto.in/api/pyncm?module=track&method=GetTrackAudio&song_ids=' +
'https://pyncmd.vercel.app/api/pyncm?module=track&method=GetTrackAudio&song_ids=' +
info.id +
'&bitrate=' +
['999000', '320000'].slice(
Expand Down

0 comments on commit 9230367

Please sign in to comment.