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