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

Improve download from CDN

This commit is contained in:
DanieL 2022-06-27 14:20:13 -03:00
parent a983b2cd73
commit e2ebbb6b05

View file

@ -2284,7 +2284,7 @@ function checkFFMPEGProgress(FFMpegProgress) {
if (typeof response.progress.progress !== 'undefined') {
var text = 'Converting ...';
if (typeof response.progress.progress !== 'undefined') {
text += response.progress.progress + ' ';
text += response.progress.progress + '% ';
}
if (typeof response.progress.remainTimeHuman !== 'undefined') {
text += response.progress.remainTimeHuman + ' ';