Response can't be null

This commit is contained in:
Fabio Manganiello 2018-09-25 00:26:06 +02:00
parent d78e66df7c
commit 88d2fbd366
1 changed files with 2 additions and 0 deletions

View File

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