« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/backend.js
diff options
context:
space:
mode:
Diffstat (limited to 'backend.js')
-rw-r--r--backend.js1
1 files changed, 1 insertions, 0 deletions
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)
     }
   }