From 7a1d1fe5f38d5aae55b57da2c2ee7aa6819fa467 Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 28 May 2019 19:38:23 -0300 Subject: Menubar Or the beginning of one, anyway! --- players.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'players.js') diff --git a/players.js b/players.js index 98fff09..a1a3a13 100644 --- a/players.js +++ b/players.js @@ -62,6 +62,9 @@ module.exports.MPVPlayer = class extends Player { if (this.isLooping) { opts.unshift('--loop') } + if (this.isPaused) { + opts.unshift('--pause') + } opts.unshift('--volume', this.volume) return opts } -- cgit 1.3.0-6-gf8a5