Fix missing filename

This commit is contained in:
the1812 2020-11-23 19:39:03 +08:00
parent 9e5cb6dda7
commit 53acbbea18
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -146,7 +146,7 @@ Observer.videoChange(async () => {
date: new Date(it.timeStamp), date: new Date(it.timeStamp),
}) })
}) })
await pack.emit() await pack.emit(this.batchFilename)
this.discardAll() this.discardAll()
}, },
discardAll() { discardAll() {