|
@@ -224,6 +224,9 @@
|
|
|
if (!target && this.list.length) {
|
|
if (!target && this.list.length) {
|
|
|
target = this.list[0]
|
|
target = this.list[0]
|
|
|
}
|
|
}
|
|
|
|
|
+ if (target) {
|
|
|
|
|
+ this.loadMedia(target)
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -416,7 +419,6 @@
|
|
|
onPlayerStart() {
|
|
onPlayerStart() {
|
|
|
console.log("onPlayerStart")
|
|
console.log("onPlayerStart")
|
|
|
this.reportErr("play", 'start');
|
|
this.reportErr("play", 'start');
|
|
|
- this.onPlay = true
|
|
|
|
|
},
|
|
},
|
|
|
toggleMute() {
|
|
toggleMute() {
|
|
|
this.isMuted = !this.isMuted
|
|
this.isMuted = !this.isMuted
|