Remove the download button for now.

master
Icedream 2021-01-03 18:57:23 +01:00
parent f5322f00e3
commit a7ad92db9c
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ export default function VideoPlayerPage({
<Row className="mb-3"> <Row className="mb-3">
<Col sm={12} md={7}> <Col sm={12} md={7}>
<ButtonGroup> <ButtonGroup>
<DownloadButton id={id} fileName={fileName} /> {/* <DownloadButton id={id} fileName={fileName} /> */}
{ {
sourceVideoURL sourceVideoURL
? ( ? (