Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jun 19, 2024
1 parent c249906 commit 04881a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@ public static function getVideosId($encoder_queue_id){
}
if(!empty($json)){
$obj = $json;
error_log("queue : Encoder::sendFile done".json_encode($json));
error_log("queue: Encoder::sendFile done line=".__LINE__.' '.json_encode($json));
}else{
$obj = new stdClass();
}
Expand All @@ -2647,7 +2647,7 @@ public static function getVideosId($encoder_queue_id){
$f = new Format($e->getFormats_id());
$format = $f->getExtension();
$response = Encoder::sendFile('', 0, $format, $e);
error_log("queue : Encoder::sendFile done");
error_log("queue : Encoder::sendFile done line=".__LINE__).' '.json_encode($response);
//var_dump($response);exit;
if (!empty($response->response->video_id)) {
$obj->videos_id = $response->response->video_id;
Expand Down

0 comments on commit 04881a3

Please sign in to comment.