mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-04-19 00:43:30 +00:00
reset current_scene on streamlabs shutdown
This commit is contained in:
@@ -126,3 +126,4 @@ class StreamlabsController:
|
|||||||
if self.proc is not None:
|
if self.proc is not None:
|
||||||
self.proc.terminate()
|
self.proc.terminate()
|
||||||
self.proc = None
|
self.proc = None
|
||||||
|
self._duckypad.stream.current_scene = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user