Skip to content

Commit 87b1461

Browse files
committed
Oops typo
Signed-off-by: Lukas Schaefer <[email protected]>
1 parent 83693cd commit 87b1461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/TaskProcessing/TextToSpeechProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getName(): string {
4242
}
4343

4444
public function getTaskTypeId(): string {
45-
if (class_exists('OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone')) {
45+
if (class_exists('OCP\\TaskProcessing\\TaskTypes\\TextToSpeech')) {
4646
return \OCP\TaskProcessing\TaskTypes\TextToSpeech::ID;
4747
}
4848
return TextToSpeechTaskType::ID;

0 commit comments

Comments
 (0)