bugfix
This commit is contained in:
parent
528eeb511c
commit
c937a3a4dc
@ -155,6 +155,7 @@ class BaseVPlayer(FloatLayout):
|
||||
|
||||
def audioswitch(self,btn):
|
||||
if self.ffplayer is not None:
|
||||
print('*********AUDIOSwitch**************')
|
||||
self.ffplayer.request_channel('audio')
|
||||
|
||||
def setVolume(self,obj,v):
|
||||
|
Loading…
Reference in New Issue
Block a user