mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
Minor fixes
This commit is contained in:
parent
868c886449
commit
d4d673a183
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue