[rhythmbox] webremote: forgot to remove playpause argument here



commit 3ab8b41897bfa723496085b035ba6b2bc36c4089
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Aug 17 21:22:10 2016 +1000

    webremote: forgot to remove playpause argument here

 plugins/webremote/webremote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/webremote/webremote.py b/plugins/webremote/webremote.py
index fa51f75..9dac209 100644
--- a/plugins/webremote/webremote.py
+++ b/plugins/webremote/webremote.py
@@ -345,7 +345,7 @@ class WebRemotePlugin(GObject.Object, Peas.Activatable):
 
        def client_playpause(self, message):
                try:
-                       self.shell_player.playpause(True)
+                       self.shell_player.playpause()
                        return {'result': 'ok'}
                except Exception as e:
                        return {'result': str(e) }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]