mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix missing filename
This commit is contained in:
parent
9e5cb6dda7
commit
53acbbea18
2
min/screenshot.min.js
vendored
2
min/screenshot.min.js
vendored
File diff suppressed because one or more lines are too long
@ -146,7 +146,7 @@ Observer.videoChange(async () => {
|
||||
date: new Date(it.timeStamp),
|
||||
})
|
||||
})
|
||||
await pack.emit()
|
||||
await pack.emit(this.batchFilename)
|
||||
this.discardAll()
|
||||
},
|
||||
discardAll() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user