From 9a0316cf5214f1eb9f13651c9b3f7cc852ee1bd1 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 6 Feb 2020 17:40:18 -0400 Subject: fix volume --- players.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/players.js b/players.js index cc0006c..f2cced2 100644 --- a/players.js +++ b/players.js @@ -168,7 +168,7 @@ module.exports.ControllableMPVPlayer = class extends module.exports.MPVPlayer { this.volume = value this.volume = Math.max(0, this.volume) this.volume = Math.min(100, this.volume) - this.sendCommand('set', 'volume', this.volue) + this.sendCommand('set_property', 'volume', this.volume) } togglePause() { -- cgit 1.3.0-6-gf8a5