记录当前播放时间this.video.info.time, 解决换源时时间进度定位问题

This commit is contained in:
haiyangcui
2020-11-02 16:23:05 +01:00
parent e117564ecb
commit d990aa92b0

View File

@@ -459,6 +459,7 @@ export default {
doc.time = this.xg.currentTime
delete doc.id
history.update(db.id, doc)
this.video.info.time = this.xg.currentTime
}
}, 10000)
},