remove extra space
This commit is contained in:
parent
4835f87e1f
commit
9cdd94eca3
1 changed files with 1 additions and 5 deletions
|
@ -80,11 +80,7 @@ const main = async () => {
|
|||
true,
|
||||
Mode.Append
|
||||
);
|
||||
finalTitle = await internals.reduceSize(
|
||||
newFile.title,
|
||||
|
||||
bitrate
|
||||
);
|
||||
finalTitle = await internals.reduceSize(newFile.title, bitrate);
|
||||
}
|
||||
updateMessage("Fichier prêt ! :)");
|
||||
await internals.confirmation(`File ok @ ${finalTitle}!`);
|
||||
|
|
Loading…
Reference in a new issue