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,
|
true,
|
||||||
Mode.Append
|
Mode.Append
|
||||||
);
|
);
|
||||||
finalTitle = await internals.reduceSize(
|
finalTitle = await internals.reduceSize(newFile.title, bitrate);
|
||||||
newFile.title,
|
|
||||||
|
|
||||||
bitrate
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
updateMessage("Fichier prêt ! :)");
|
updateMessage("Fichier prêt ! :)");
|
||||||
await internals.confirmation(`File ok @ ${finalTitle}!`);
|
await internals.confirmation(`File ok @ ${finalTitle}!`);
|
||||||
|
|
Loading…
Reference in a new issue