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