Fixed small issues with queue
This commit is contained in:
parent
58195cd4d1
commit
2cdf26b028
|
@ -674,6 +674,9 @@ export default {
|
|||
watch: {
|
||||
currentTrack: {
|
||||
async handler (newValue, oldValue) {
|
||||
if (newValue === oldValue) {
|
||||
return
|
||||
}
|
||||
clearTimeout(this.playTimeout)
|
||||
let self = this
|
||||
if (this.currentSound) {
|
||||
|
|
Loading…
Reference in New Issue