From da0bbeba637f1dfb872ff8c8cf5a98a6033d8cec Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:30:16 +0100 Subject: [PATCH] hotfix/clean_shutdown (#222) missed in #195 refactor --- ovos_plugin_manager/templates/tts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ovos_plugin_manager/templates/tts.py b/ovos_plugin_manager/templates/tts.py index fe24bf86..f24b2fff 100644 --- a/ovos_plugin_manager/templates/tts.py +++ b/ovos_plugin_manager/templates/tts.py @@ -717,8 +717,6 @@ def stop(self): def shutdown(self): """Shuts down the TTS engine.""" self.stop() - if TTS.playback: - TTS.playback.detach_tts(self) def __del__(self): """Destructor for the TTS object."""