dev #65
@ -50,7 +50,7 @@ export async function startRecordVideo(param, td, context, dir, path?, index?) {
|
||||
if (!path) {
|
||||
fileName = `${date}_movie_record${num}.mp4`
|
||||
} else {
|
||||
fileName = `${date}_${path}_${index || num}.mp4`
|
||||
fileName = `${date}_${path}_${index || num}_${num}.mp4`
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user