HAHA HERE'S JOHNNY

This commit is contained in:
maikirakiwi 2022-06-21 15:27:10 -07:00
parent 21b1564baf
commit 42c129cb94

View file

@ -938,7 +938,7 @@ const app = new Vue({
self.$refs.queue.updateQueue(); self.$refs.queue.updateQueue();
} }
this.currentSongInfo = a this.currentSongInfo = a
if (a === null) {return;} // EVIL EMPTY OBJECTS BE GONE if (a === null || a === undefined) {return;} // EVIL EMPTY OBJECTS BE GONE
console.debug("songinfo: " + JSON.stringify(a)) console.debug("songinfo: " + JSON.stringify(a))
if (app.cfg.advanced.AudioContext) { if (app.cfg.advanced.AudioContext) {