« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--backend.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.js b/backend.js
index 900a822..69aa815 100644
--- a/backend.js
+++ b/backend.js
@@ -412,6 +412,7 @@ class QueuePlayer extends EventEmitter {
         return
       }
 
+      this.timeData = null
       this.playingTrack = item
       this.emit('playing', this.playingTrack, oldTrack, this)