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:
parent
a983b2cd73
commit
e2ebbb6b05
1 changed files with 1 additions and 1 deletions
|
@ -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 + ' ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue