Add missing attribute

This commit is contained in:
Lars Immisch
2024-04-19 13:10:39 +01:00
parent 436c31f9fd
commit f5e9d52c74

View File

@@ -229,6 +229,7 @@ class VolumeForwarder(object):
self.playback_control = playback_control
self.capture_control = capture_control
self.active = True
self.volume = None
def start(self):
self.active = True