Share -> Broadcast
This commit is contained in:
parent
d93b0d148b
commit
440fcf2334
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ app.whenReady().then(() => {
|
||||||
|
|
||||||
/** Move metadata at the begenning of the file */
|
/** Move metadata at the begenning of the file */
|
||||||
const moveMetadata = async (file: string) => {
|
const moveMetadata = async (file: string) => {
|
||||||
const finalFile = getNewFilename(file, "Shareable - ");
|
const finalFile = getNewFilename(file, "Broadcastable - ");
|
||||||
|
|
||||||
// Optimize for streaming
|
// Optimize for streaming
|
||||||
await execute(
|
await execute(
|
||||||
|
|
Loading…
Reference in a new issue