mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 13:48:51 +08:00
Minor fix
This commit is contained in:
@@ -117,7 +117,7 @@ export function get_export_zip_response(gid: number, db: EhDb) {
|
||||
headers: {
|
||||
"content-type": "application/zip",
|
||||
"Content-Disposition": `attachment; filename="${
|
||||
gmeta.title.replace(/"/g, '\\"')
|
||||
encodeURIComponent(gmeta.title)
|
||||
}.zip"`,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user