mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-06 04:51:29 +08:00
解决恢复窗口视频不恢复播放的问题
This commit is contained in:
@@ -1201,7 +1201,7 @@ export default {
|
||||
}
|
||||
})
|
||||
win.on('restore', () => {
|
||||
if (this.xg && this.config.src) {
|
||||
if (this.xg && this.xg.hasStart) {
|
||||
this.xg.play()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user