diff --git a/src/main.ts b/src/main.ts index 89a320b..d21e3ad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -199,7 +199,7 @@ app.whenReady().then(() => { /** Move metadata at the begenning of the file */ const moveMetadata = async (file: string) => { - const finalFile = getNewFilename(file, "Shareable - "); + const finalFile = getNewFilename(file, "Broadcastable - "); // Optimize for streaming await execute(