remove filename
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s

This commit is contained in:
0d0 2025-04-22 20:50:25 +02:00
parent 46c5bc6d7b
commit a48cb16ab7

View file

@ -60,7 +60,6 @@ export const GET: RequestHandler = async ({ url }) => {
return new Response(streamYouTube(link, format), {
headers: {
'Content-Type': `${mimeTypeMap.get(format)}`,
'Content-Disposition': `attachment; filename="${filename}"`
}
});