Fix auto downloads #7021

Merged
saltrafael merged 1 commit from auto-download into master 2021-09-06 16:06:07 +02:00

View file

@ -99,6 +99,7 @@ function FileActions(props: Props) {
React.useEffect(() => {
if (downloadClicked && streamingUrl) {
webDownloadClaim(streamingUrl, fileName);
setDownloadClicked(false);
}
}, [downloadClicked, streamingUrl, fileName]);
// @endif