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