There was an error while loading. Please reload this page.
1 parent 9cfe0e4 commit e50a3f1Copy full SHA for e50a3f1
1 file changed
lib/Listener/FileActionTaskSuccessfulListener.php
@@ -77,7 +77,7 @@ class_exists('OCP\\TaskProcessing\\TaskTypes\\TextToSpeech')
77
} else {
78
$textResult = $task->getOutput()['output'];
79
$suffix = $taskTypeId === TextToTextSummary::ID ? 'summarized' : 'transcribed';
80
- $targetFileName = $sourceFile->getName() . ' - ' . $suffix . '.txt';
+ $targetFileName = $sourceFile->getName() . ' - ' . $suffix . '.md';
81
$targetFile = $sourceFileParent->newFile($targetFileName, $textResult);
82
$this->logger->debug('FileActionTaskListener wrote file', ['target' => $targetFileName]);
83
}
0 commit comments