Skip to content

Commit 3a3e37f

Browse files
committed
修复直接手动设置调略设置时片头片尾一起变动
1 parent e568053 commit 3a3e37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Play.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ export default {
540540
const key = this.video.key + '@' + this.video.info.id
541541
var time = this.video.info.time
542542
this.xg.removeAllProgressDot()
543-
this.startPosition = this.endPosition = { min: '00', sec: '00' }
543+
this.startPosition = { min: '00', sec: '00' }
544+
this.endPosition = { min: '00', sec: '00' }
544545
if (db) {
545546
if (!time && db.index === index) { // 如果video.info.time没有设定的话,从历史中读取时间进度
546547
time = db.time

0 commit comments

Comments
 (0)