Skip to content

Commit

Permalink
Update and rename downloader-play-5.js to downloader-play.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ColapsusHD authored Jan 15, 2025
1 parent 2e22c06 commit ef1bc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ async function handleAxiosError(error, conn, m, { command, yt_play, retryCount }
// Sanitiza nombres de archivo
function sanitizeFileName(name) {
return name.replace(/[^a-z0-9_\-\.]/gi, '_');
}
}

0 comments on commit ef1bc41

Please sign in to comment.