forked from platypush/platypush
Syntax error
This commit is contained in:
parent
aa506b20e2
commit
d727b28acf
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class VideoOmxplayerPlugin(Plugin):
|
|||
|
||||
def voldown(self):
|
||||
if self.player:
|
||||
self.player.set_volume(max(-6000, self.player.set_volume()-1000))
|
||||
self.player.set_volume(max(-6000, self.player.volume()-1000))
|
||||
return self.status()
|
||||
|
||||
def volup(self):
|
||||
|
|
Loading…
Reference in a new issue