1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

Improve download from CDN

This commit is contained in:
DanieL 2022-06-27 14:24:42 -03:00
parent e2ebbb6b05
commit 11b139a096

View file

@ -2285,9 +2285,7 @@ function checkFFMPEGProgress(FFMpegProgress) {
var text = 'Converting ...';
if (typeof response.progress.progress !== 'undefined') {
text += response.progress.progress + '% ';
}
if (typeof response.progress.remainTimeHuman !== 'undefined') {
text += response.progress.remainTimeHuman + ' ';
modal.setProgress(response.progress.progress);
}
modal.setText(text);
if (response.progress.progress !== 100) {