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
e2ebbb6b05
commit
11b139a096
1 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue