fix playlist queueing

This commit is contained in:
vapormusic 2021-12-24 11:20:48 +07:00
parent b0084e386a
commit 579a479fce
3 changed files with 29 additions and 10 deletions

View file

@ -98,11 +98,13 @@
}
},
mounted: function () {
this.isInLibrary()
this.$nextTick(function () {
this.isInLibrary()
})
},
watch:{
data : function() {
this.isInLibrary()
data: function () {
this.isInLibrary()
}
},
methods: {