Starting queue on zoo page

This commit is contained in:
booploops 2021-12-15 18:46:53 -08:00
parent 7d2f3b48a7
commit bcde491e0d
6 changed files with 45 additions and 2 deletions

View file

@ -345,6 +345,9 @@ const app = new Vue({
})
this.mk.addEventListener(MusicKit.Events.nowPlayingItemDidChange, (a) => {
if(self.$refs.queue) {
self.$refs.queue.updateQueue();
}
this.currentSongInfo = a
try {
a = a.item.attributes;