From 1230a2cfac4b0d907631eddb4d0dc798f5bb3564 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 573a4fc..20aec7d 100644 --- a/backend.js +++ b/backend.js @@ -523,6 +523,7 @@ class QueuePlayer extends EventEmitter { this.playingTrack = null this.timeData = null this.time = null + this.emit('playing details', null, oldTrack, this) this.emit('playing', null, oldTrack, this) } } -- cgit 1.3.0-6-gf8a5