diff --git a/frontend/src/components/DownloadDialog.tsx b/frontend/src/components/DownloadDialog.tsx index 28e7eb7..d86b111 100644 --- a/frontend/src/components/DownloadDialog.tsx +++ b/frontend/src/components/DownloadDialog.tsx @@ -110,7 +110,7 @@ const DownloadDialog: FC = ({ open, onClose, onDownloadStart }) => { if (pickedAudioFormat !== '') codes.push(pickedAudioFormat) if (pickedBestFormat !== '') codes.push(pickedBestFormat) - const downloadTemplate = `${customArgsState} ${cookies}` + const downloadTemplate = `${customArgs} ${cookies}` .replace(/ +/g, ' ') .trim()