Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed May 15, 2024
1 parent 0960bae commit 2750abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/js/script.download.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ function checkFFMPEGProgress(FFMpegProgress) {
checkFFMPEGProgress(FFMpegProgress);
}, 10000);
} else if (response.progress.progress >= 100) {
downloadURLOrAlertModal.setProgress(100);
downloadURLOrAlertModal.setText(__('Complete'));
downloadURLOrAlertModalHideShow(false);
}
}
Expand Down

0 comments on commit 2750abc

Please sign in to comment.