mirror of https://github.com/Chocobozzz/PeerTube
Overwrite video caption
parent
dae5ca24b1
commit
44848a51dc
|
@ -13,7 +13,7 @@ async function moveAndProcessCaptionFile (physicalFile: { filename: string, path
|
|||
await convertSrtToVtt(physicalFile.path, destination)
|
||||
await remove(physicalFile.path)
|
||||
} else { // Just move the vtt file
|
||||
await move(physicalFile.path, destination)
|
||||
await move(physicalFile.path, destination, { overwrite: true })
|
||||
}
|
||||
|
||||
// This is important in case if there is another attempt in the retry process
|
||||
|
|
Loading…
Reference in New Issue