bugfix
This commit is contained in:
parent
7f105d4759
commit
93c08f2fcd
@ -167,6 +167,8 @@ class VPlayer(FloatLayout):
|
||||
def beforeDestroy(self):
|
||||
try:
|
||||
self.pause()
|
||||
del self._video
|
||||
|
||||
except Exception as e:
|
||||
print_exc()
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user