function
This commit is contained in:
parent
eb84c48b3c
commit
101e68f8eb
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ app.whenReady().then(() => {
|
|||
// Mapping of tracks for FFMPEG
|
||||
const mappingTracks = Array(nbTracks)
|
||||
.fill("-map 0:")
|
||||
.map(function (str, index) {
|
||||
.map((str, index) => {
|
||||
return str + index;
|
||||
})
|
||||
.join(" ");
|
||||
|
|
Loading…
Reference in a new issue