fix playlist queueing
This commit is contained in:
parent
b0084e386a
commit
579a479fce
3 changed files with 29 additions and 10 deletions
|
@ -98,11 +98,13 @@
|
|||
}
|
||||
},
|
||||
mounted: function () {
|
||||
this.isInLibrary()
|
||||
this.$nextTick(function () {
|
||||
this.isInLibrary()
|
||||
})
|
||||
},
|
||||
watch:{
|
||||
data : function() {
|
||||
this.isInLibrary()
|
||||
data: function () {
|
||||
this.isInLibrary()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue