forked from platypush/platypush
Don't return status() over video stop, as the process should already be dead and playback status call will fail
This commit is contained in:
parent
82940fedf0
commit
d78e66df7c
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ class VideoOmxplayerPlugin(Plugin):
|
|||
self.player.quit()
|
||||
self.player = None
|
||||
|
||||
return self.status()
|
||||
|
||||
@action
|
||||
def voldown(self):
|
||||
""" Volume down by 10% """
|
||||
|
|
Loading…
Reference in a new issue