diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index ad0c57a446..a16408e9b6 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -142,6 +142,8 @@ class VideoOmxplayerPlugin(Plugin): self.player.quit() self.player = None + return {'status':'stop'} + @action def voldown(self): """ Volume down by 10% """