diff options
Diffstat (limited to 'lib/private/SpeechToText/TranscriptionJob.php')
-rw-r--r-- | lib/private/SpeechToText/TranscriptionJob.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/SpeechToText/TranscriptionJob.php b/lib/private/SpeechToText/TranscriptionJob.php index a46fd737865..6e899ef6e96 100644 --- a/lib/private/SpeechToText/TranscriptionJob.php +++ b/lib/private/SpeechToText/TranscriptionJob.php @@ -63,7 +63,7 @@ class TranscriptionJob extends QueuedJob { ); return; } - $result = $this->speechToTextManager->transcribeFile($file); + $result = $this->speechToTextManager->transcribeFile($file, $userId, $appId); $this->eventDispatcher->dispatchTyped( new TranscriptionSuccessfulEvent( $fileId, |