mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
93dcb22594
commit
000e20aef1
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ function buildFFMPEGRemoteURL($actionParams, $callback='')
|
|||
return $url;
|
||||
}
|
||||
|
||||
function execFFMPEGAsyncOrRemote($command, $keyword, $callback)
|
||||
function execFFMPEGAsyncOrRemote($command, $keyword, $callback='')
|
||||
{
|
||||
$url = buildFFMPEGRemoteURL(['ffmpegCommand' => $command, 'keyword' => $keyword], $callback);
|
||||
if ($url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue