From abb6d108e78788af87e452a870489494beb1f669 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 23 Jul 2023 21:28:10 +0100 Subject: [PATCH] reset current_scene on streamlabs shutdown --- duckypad_twitch/streamlabs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/duckypad_twitch/streamlabs.py b/duckypad_twitch/streamlabs.py index d576b73..7732f86 100644 --- a/duckypad_twitch/streamlabs.py +++ b/duckypad_twitch/streamlabs.py @@ -126,3 +126,4 @@ class StreamlabsController: if self.proc is not None: self.proc.terminate() self.proc = None + self._duckypad.stream.current_scene = ""