diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 7dbca8e2..a0c7fb55 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -938,7 +938,7 @@ const app = new Vue({ self.$refs.queue.updateQueue(); } this.currentSongInfo = a - if (a === null || a === undefined) {return;} // EVIL EMPTY OBJECTS BE GONE + if (this.currentSongInfo === null || this.currentSongInfo === undefined) {return;} // EVIL EMPTY OBJECTS BE GONE console.debug("songinfo: " + JSON.stringify(a)) if (app.cfg.advanced.AudioContext) {