mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +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 ...';
|
var text = 'Converting ...';
|
||||||
if (typeof response.progress.progress !== 'undefined') {
|
if (typeof response.progress.progress !== 'undefined') {
|
||||||
text += response.progress.progress + '% ';
|
text += response.progress.progress + '% ';
|
||||||
}
|
modal.setProgress(response.progress.progress);
|
||||||
if (typeof response.progress.remainTimeHuman !== 'undefined') {
|
|
||||||
text += response.progress.remainTimeHuman + ' ';
|
|
||||||
}
|
}
|
||||||
modal.setText(text);
|
modal.setText(text);
|
||||||
if (response.progress.progress !== 100) {
|
if (response.progress.progress !== 100) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue