remove filename
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s
This commit is contained in:
parent
46c5bc6d7b
commit
a48cb16ab7
1 changed files with 0 additions and 1 deletions
|
@ -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}"`
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue