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