We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d5a40 commit bcb6258Copy full SHA for bcb6258
lib/TaskProcessing/TextToSpeechProvider.php
@@ -42,7 +42,7 @@ public function getName(): string {
42
}
43
44
public function getTaskTypeId(): string {
45
- if (class_exists('OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone')) {
+ if (class_exists('OCP\\TaskProcessing\\TaskTypes\\TextToSpeech')) {
46
return \OCP\TaskProcessing\TaskTypes\TextToSpeech::ID;
47
48
return TextToSpeechTaskType::ID;
0 commit comments