1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2025-01-08 21:17:25 -03:00
parent 93dcb22594
commit 000e20aef1

View file

@ -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) {