Minor fixes

This commit is contained in:
AnimeDL 2024-10-08 19:20:25 -07:00
parent 868c886449
commit d4d673a183

View file

@ -84,7 +84,7 @@ class Merger {
return new Promise((resolve, reject) => {
const options = [
'-t',
'120',
'60',
'-i',
path,
'-vn',
@ -175,7 +175,8 @@ class Merger {
samplesDecoded: audio.duration!.samplesDecoded,
}
};
}), os.cpus().length-1
}),
os.cpus().length-1
);
//console.debug(audioArray);