update in convert.php ligne 644
commente
and add the code ligne 318
// check for pending conversions
$stmt = $db->query("SELECT fileHash, localFilePath, extension, fileType, fileSize FROM file WHERE fileHash='".$file['fileHash']."' and extension='mp4' ORDER BY fileHash ASC LIMIT...