forked from platypush/platypush
Response can't be null
This commit is contained in:
parent
d78e66df7c
commit
88d2fbd366
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ class VideoOmxplayerPlugin(Plugin):
|
||||||
self.player.quit()
|
self.player.quit()
|
||||||
self.player = None
|
self.player = None
|
||||||
|
|
||||||
|
return {'status':'stop'}
|
||||||
|
|
||||||
@action
|
@action
|
||||||
def voldown(self):
|
def voldown(self):
|
||||||
""" Volume down by 10% """
|
""" Volume down by 10% """
|
||||||
|
|
Loading…
Reference in a new issue