Adjust volume properly in stream changes
This commit is contained in:
parent
2d23dea097
commit
5b2ea093b3
@ -164,7 +164,7 @@ class Controller(object):
|
||||
|
||||
def on_set_volume(self, *args, **kwargs):
|
||||
volume = self.window.vol_slider.GetValue()
|
||||
player.player.player.audio_set_volume(volume)
|
||||
player.player.volume = volume
|
||||
|
||||
def on_time_change(self, event, *args, **kwargs):
|
||||
p = event.GetPosition()
|
||||
|
Loading…
Reference in New Issue
Block a user