This commit is contained in:
JohnB17 2022-04-22 21:56:48 -04:00 committed by GitHub
parent 0a624fc00f
commit bf9e167441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@
if(!$version)
$return['err'] = _("Unable to find ffmpeg");
else
$return['msg'] = sprintf(_("Found FFMPEG %s : %s"),$version,$$ffmpeg_path);
$return['msg'] = sprintf(_("Found FFMPEG %s : %s"),$version,$ffmpeg_path);
}
break;
@ -362,4 +362,4 @@
?>
?>