Revert "Fix download URL."

This reverts commit dc95cad8c8.
new-frontend
Icedream 2023-01-09 07:48:17 +01:00
parent 6f91f41103
commit 3d5d6f665b
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 4 deletions

View File

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