todo
This commit is contained in:
parent
f5da511b9e
commit
fb73613da3
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ const main = async () => {
|
|||
const newFile = await internals.mergeAudio(file);
|
||||
let finalTitle = newFile.title;
|
||||
if (newFile.size > maxSizeDiscord) {
|
||||
/* TODO: Since this task can take time, add a progress bar to the user */
|
||||
const targetSize = maxSizeDiscord - 2;
|
||||
finalTitle = await internals.reduceSize(
|
||||
newFile.title,
|
||||
|
|
Loading…
Reference in a new issue