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:
Fabio Manganiello 2018-09-25 00:19:53 +02:00
parent 82940fedf0
commit d78e66df7c
1 changed files with 0 additions and 2 deletions

View File

@ -142,8 +142,6 @@ class VideoOmxplayerPlugin(Plugin):
self.player.quit()
self.player = None
return self.status()
@action
def voldown(self):
""" Volume down by 10% """