[Audio] Why do objects exist 😢
This commit is contained in:
parent
42c129cb94
commit
3c2c92cee8
1 changed files with 1 additions and 1 deletions
|
@ -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 || 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))
|
console.debug("songinfo: " + JSON.stringify(a))
|
||||||
if (app.cfg.advanced.AudioContext) {
|
if (app.cfg.advanced.AudioContext) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue