Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 9, 2024
1 parent e90aba0 commit 52a0137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/AI/receiveAsync.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@

$jsonDecoded->addAudioTrack = HLSAudioManager::addAudioTrack($token->videos_id, $mp3URL, $language);
$jsonDecoded->error = empty($jsonDecoded->addAudioTrack);
$jsonDecoded->response = $_REQUEST['response'];
$vtt = file_get_contents($vttURL);
$jsonDecoded = Ai_transcribe_responses::saveVTT(
$vtt,
Expand Down

0 comments on commit 52a0137

Please sign in to comment.