From d78e66df7c3d35e339f2287d0442bdb211d8e28d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 25 Sep 2018 00:19:53 +0200 Subject: [PATCH] Don't return status() over video stop, as the process should already be dead and playback status call will fail --- platypush/plugins/video/omxplayer.py | 2 -- 1 file changed, 2 deletions(-) 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% """