@@ -40,6 +40,7 @@
dialog( showDilog ){
if( !showDilog){
this.doPause()
+ this.isReady = false
}
},
@@ -85,7 +86,6 @@
let playRate = 1 + (+this.media.playRate/100);
myPlayer.playbackRate(playRate)
- // myPlayer.playbackRate(1.3)
this.isReady = true
onPlayerTimeupdate( player ){