Fix download URL.

new-frontend
Icedream 2023-01-09 04:02:46 +01:00
parent 20faae338c
commit dc95cad8c8
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 4 additions and 1 deletions

View File

@ -314,7 +314,10 @@ export default function VideoPlayerPage({
/> />
</Tab>, </Tab>,
); );
downloadButtons.push(<DownloadButton id={id} fileName={downloadFileName} />); downloadButtons.push(<DownloadButton
id={id}
fileName={getDownloadURL(id, downloadFileName)}
/>);
} }
// Twitch tab // Twitch tab