From 1be05b974e5ff09fbab1cda89b2f4223cd97bedb Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 12 Jul 2020 17:56:33 -0300 Subject: support stop-playing over client sockets --- backend.js | 1 + 1 file changed, 1 insertion(+) (limited to 'backend.js') diff --git a/backend.js b/backend.js index 6e669d9..3b2343e 100644 --- a/backend.js +++ b/backend.js @@ -559,6 +559,7 @@ class QueuePlayer extends EventEmitter { this.playingTrack = null this.timeData = null this.time = null + this.emit('playing details', null, oldTrack, 0, this) this.emit('playing', null, oldTrack, 0, this) } } -- cgit 1.3.0-6-gf8a5