debug console print custom mix audio url

This commit is contained in:
Nuwan 2024-11-29 08:41:24 +05:30
parent ea0131cb4e
commit db9ad36627
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ const JKJamTrackPlayer = () => {
const audioUrl =
process.env.REACT_APP_API_BASE_URL +
`/mixdowns/${activeMix.id}/download.mp3?file_type=mp3&sample_rate=48&mark=${result.visitorId}`;
console.log('audioUrl', audioUrl);
return audioUrl;
};